Enum Class MaterialDesignColors

java.lang.Object
java.lang.Enum<MaterialDesignColors>
eu.hansolo.fx.charts.color.MaterialDesignColors
All Implemented Interfaces:
Colors, Serializable, Comparable<MaterialDesignColors>, Constable

public enum MaterialDesignColors extends Enum<MaterialDesignColors> implements Colors
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The color AMBER with an RGB value of colorToRGB(255, 193, 7).
    The color AMBER 100 with an RGB value of colorToRGB(255, 249, 196).
    The color AMBER 200 with an RGB value of colorToRGB(255, 224, 130).
    The color AMBER 300 with an RGB value of colorToRGB(255, 213, 79).
    The color AMBER 400 with an RGB value of colorToRGB(255, 202, 40).
    The color AMBER 50 with an RGB value of colorToRGB(255, 248, 225).
    The color AMBER 500 with an RGB value of colorToRGB(255, 193, 7).
    The color AMBER 600 with an RGB value of colorToRGB(255, 179, 0).
    The color AMBER 700 with an RGB value of colorToRGB(255, 160, 0).
    The color AMBER 800 with an RGB value of colorToRGB(255, 143, 0).
    The color AMBER 900 with an RGB value of colorToRGB(255, 111, 0).
    The color AMBER A100 with an RGB value of colorToRGB(255, 229, 127).
    The color AMBER A200 with an RGB value of colorToRGB(255, 215, 64).
    The color AMBER A400 with an RGB value of colorToRGB(255, 196, 0).
    The color AMBER A700 with an RGB value of colorToRGB(255, 171, 0).
    The color BLUE with an RGB value of colorToRGB(33, 150, 243).
    The color BLUE 100 with an RGB value of colorToRGB(187, 222, 251).
    The color BLUE 200 with an RGB value of colorToRGB(144, 202, 249).
    The color BLUE 300 with an RGB value of colorToRGB(100, 181, 246).
    The color BLUE 400 with an RGB value of colorToRGB(66, 165, 245).
    The color BLUE 50 with an RGB value of colorToRGB(227, 242, 253).
    The color BLUE 500 with an RGB value of colorToRGB(33, 150, 243).
    The color BLUE 600 with an RGB value of colorToRGB(30, 136, 229).
    The color BLUE 700 with an RGB value of colorToRGB(25, 118, 210).
    The color BLUE 800 with an RGB value of colorToRGB(21, 101, 192).
    The color BLUE 900 with an RGB value of colorToRGB(13, 71, 161).
    The color BLUE A100 with an RGB value of colorToRGB(130, 177, 255).
    The color BLUE A200 with an RGB value of colorToRGB(68, 138, 255).
    The color BLUE A400 with an RGB value of colorToRGB(41, 121, 255).
    The color BLUE A700 with an RGB value of colorToRGB(41, 98, 255).
    The color BLUE GREY with an RGB value of colorToRGB(96, 125, 139).
    The color BLUE GREY 100 with an RGB value of colorToRGB(207, 216, 220).
    The color BLUE GREY 200 with an RGB value of colorToRGB(176, 190, 197).
    The color BLUE GREY 300 with an RGB value of colorToRGB(144, 164, 174).
    The color BLUE GREY 400 with an RGB value of colorToRGB(120, 144, 156).
    The color BLUE GREY 50 with an RGB value of colorToRGB(236, 239, 241).
    The color BLUE GREY 500 with an RGB value of colorToRGB(96, 125, 139).
    The color BLUE GREY 600 with an RGB value of colorToRGB(84, 110, 122).
    The color BLUE GREY 700 with an RGB value of colorToRGB(69, 90, 100).
    The color BLUE GREY 800 with an RGB value of colorToRGB(55, 71, 79).
    The color BLUE GREY 900 with an RGB value of colorToRGB(38, 50, 56).
    The color BROWN with an RGB value of colorToRGB(121, 85, 72).
    The color BROWN 100 with an RGB value of colorToRGB(215, 204, 200).
    The color BROWN 200 with an RGB value of colorToRGB(188, 170, 164).
    The color BROWN 300 with an RGB value of colorToRGB(161, 136, 127).
    The color BROWN 400 with an RGB value of colorToRGB(141, 110, 99).
    The color BROWN 50 with an RGB value of colorToRGB(239, 235, 233).
    The color BROWN 500 with an RGB value of colorToRGB(121, 85, 72).
    The color BROWN 600 with an RGB value of colorToRGB(109, 76, 65).
    The color BROWN 700 with an RGB value of colorToRGB(93, 64, 55).
    The color BROWN 800 with an RGB value of colorToRGB(78, 52, 46).
    The color BROWN 900 with an RGB value of colorToRGB(62, 39, 35).
    The color CYAN with an RGB value of colorToRGB(0, 188, 212).
    The color CYAN 100 with an RGB value of colorToRGB(178, 235, 242).
    The color CYAN 200 with an RGB value of colorToRGB(128, 222, 234).
    The color CYAN 300 with an RGB value of colorToRGB(77, 208, 225).
    The color CYAN 400 with an RGB value of colorToRGB(38, 198, 218).
    The color CYAN 50 with an RGB value of colorToRGB(224, 247, 250).
    The color CYAN 500 with an RGB value of colorToRGB(0, 188, 212).
    The color CYAN 600 with an RGB value of colorToRGB(0, 172, 193).
    The color CYAN 700 with an RGB value of colorToRGB(0, 151, 167).
    The color CYAN 800 with an RGB value of colorToRGB(0, 131, 143).
    The color CYAN 900 with an RGB value of colorToRGB(0, 96, 100).
    The color CYAN A100 with an RGB value of colorToRGB(132, 255, 255).
    The color CYAN A200 with an RGB value of colorToRGB(24, 255, 25).
    The color CYAN A400 with an RGB value of colorToRGB(0, 229, 255).
    The color CYAN A700 with an RGB value of colorToRGB(0, 184, 212).
    The color DEEP ORANGE with an RGB value of colorToRGB(255, 87, 34).
    The color DEEP ORANGE 100 with an RGB value of colorToRGB(255, 204, 188).
    The color DEEP ORANGE 200 with an RGB value of colorToRGB(255, 171, 145).
    The color DEEP ORANGE 300 with an RGB value of colorToRGB(255, 138, 101).
    The color DEEP ORANGE 400 with an RGB value of colorToRGB(255, 112, 67).
    The color DEEP ORANGE 50 with an RGB value of colorToRGB(251, 233, 231).
    The color DEEP ORANGE 500 with an RGB value of colorToRGB(255, 87, 34).
    The color DEEP ORANGE 600 with an RGB value of colorToRGB(244, 81, 30).
    The color DEEP ORANGE 700 with an RGB value of colorToRGB(230, 74, 25).
    The color DEEP ORANGE 800 with an RGB value of colorToRGB(216, 67, 21).
    The color DEEP ORANGE 900 with an RGB value of colorToRGB(191, 54, 12).
    The color DEEP ORANGE A100 with an RGB value of colorToRGB(255, 158, 128).
    The color DEEP ORANGE A200 with an RGB value of colorToRGB(255, 110, 64).
    The color DEEP ORANGE A400 with an RGB value of colorToRGB(255, 61, 0).
    The color DEEP ORANGE A700 with an RGB value of colorToRGB(221, 44, 0).
    The color DEEP PURPLE with an RGB value of colorToRGB(103, 58, 183).
    The color DEEP PURPLE 100 with an RGB value of colorToRGB(209, 196, 233).
    The color DEEP PURPLE 200 with an RGB value of colorToRGB(179, 157, 219).
    The color DEEP PURPLE 300 with an RGB value of colorToRGB(149, 117, 205).
    The color DEEP PURPLE 400 with an RGB value of colorToRGB(126, 87, 194).
    The color DEEP PURPLE 50 with an RGB value of colorToRGB(237, 231, 246).
    The color DEEP PURPLE 500 with an RGB value of colorToRGB(103, 58, 183).
    The color DEEP PURPLE 600 with an RGB value of colorToRGB(94, 53, 177).
    The color DEEP PURPLE 700 with an RGB value of colorToRGB(81, 45, 168).
    The color DEEP PURPLE 800 with an RGB value of colorToRGB(69, 39, 160).
    The color DEEP PURPLE 900 with an RGB value of colorToRGB(49, 27, 146).
    The color DEEP PURPLE A100 with an RGB value of colorToRGB(179, 136, 255).
    The color DEEP PURPLE A200 with an RGB value of colorToRGB(124, 77, 255).
    The color DEEP PURPLE A400 with an RGB value of colorToRGB(101, 31, 255).
    The color DEEP PURPLE A700 with an RGB value of colorToRGB(98, 0, 234).
    The color GREEN with an RGB value of colorToRGB(76, 175, 80).
    The color GREEN 100 with an RGB value of colorToRGB(200, 230, 201).
    The color GREEN 200 with an RGB value of colorToRGB(165, 214, 167).
    The color GREEN 300 with an RGB value of colorToRGB(129, 199, 132).
    The color GREEN 400 with an RGB value of colorToRGB(102, 187, 106).
    The color GREEN 50 with an RGB value of colorToRGB(232, 245, 233).
    The color GREEN 500 with an RGB value of colorToRGB(76, 175, 80).
    The color GREEN 600 with an RGB value of colorToRGB(67, 160, 71).
    The color GREEN 700 with an RGB value of colorToRGB(56, 142, 60).
    The color GREEN 800 with an RGB value of colorToRGB(46, 125, 50).
    The color GREEN 900 with an RGB value of colorToRGB(27, 94, 32).
    The color GREEN A100 with an RGB value of colorToRGB(185, 246, 202).
    The color GREEN A200 with an RGB value of colorToRGB(105, 240, 174).
    The color GREEN A400 with an RGB value of colorToRGB(0, 230, 118).
    The color GREEN A700 with an RGB value of colorToRGB(0, 200, 83).
    The color GREY with an RGB value of colorToRGB(158, 158, 158).
    The color GREY 100 with an RGB value of colorToRGB(245, 245, 245).
    The color GREY 200 with an RGB value of colorToRGB(238, 238, 238).
    The color GREY 300 with an RGB value of colorToRGB(224, 224, 224).
    The color GREY 400 with an RGB value of colorToRGB(189, 189, 189).
    The color GREY 50 with an RGB value of colorToRGB(250, 250, 250).
    The color GREY 500 with an RGB value of colorToRGB(158, 158, 158).
    The color GREY 600 with an RGB value of colorToRGB(117, 117, 117).
    The color GREY 700 with an RGB value of colorToRGB(97, 97, 97).
    The color GREY 800 with an RGB value of colorToRGB(66, 66, 66).
    The color GREY 900 with an RGB value of colorToRGB(33, 33, 33).
    The color INDIGO with an RGB value of colorToRGB(63, 81, 181).
    The color INDIGO 100 with an RGB value of colorToRGB(197, 202, 233).
    The color INDIGO 200 with an RGB value of colorToRGB(159, 168, 218).
    The color INDIGO 300 with an RGB value of colorToRGB(121, 134, 203).
    The color INDIGO 400 with an RGB value of colorToRGB(92, 107, 192).
    The color INDIGO 50 with an RGB value of colorToRGB(232, 234, 246).
    The color INDIGO 500 with an RGB value of colorToRGB(63, 81, 181).
    The color INDIGO 600 with an RGB value of colorToRGB(57, 73, 171).
    The color INDIGO 700 with an RGB value of colorToRGB(48, 63, 159).
    The color INDIGO 800 with an RGB value of colorToRGB(40, 53, 147).
    The color INDIGO 900 with an RGB value of colorToRGB(26, 35, 126).
    The color INDIGO A100 with an RGB value of colorToRGB(140, 158, 255).
    The color INDIGO A200 with an RGB value of colorToRGB(83, 109, 254).
    The color INDIGO A400 with an RGB value of colorToRGB(61, 90, 254).
    The color INDIGO A700 with an RGB value of colorToRGB(48, 79, 254).
    The color LIGHT BLUE with an RGB value of colorToRGB(3, 169, 244).
    The color LIGHT BLUE 100 with an RGB value of colorToRGB(179, 229, 252).
    The color LIGHT BLUE 200 with an RGB value of colorToRGB(129, 212, 250).
    The color LIGHT BLUE 300 with an RGB value of colorToRGB(79, 195, 247).
    The color LIGHT BLUE 400 with an RGB value of colorToRGB(41, 182, 246).
    The color LIGHT BLUE 50 with an RGB value of colorToRGB(225, 245, 254).
    The color LIGHT BLUE 500 with an RGB value of colorToRGB(3, 169, 244).
    The color LIGHT BLUE 600 with an RGB value of colorToRGB(3, 155, 229).
    The color LIGHT BLUE 700 with an RGB value of colorToRGB(2, 136, 209).
    The color LIGHT BLUE 800 with an RGB value of colorToRGB(2, 119, 189).
    The color LIGHT BLUE 900 with an RGB value of colorToRGB(1, 87, 155).
    The color LIGHT BLUE A100 with an RGB value of colorToRGB(128, 216, 255).
    The color LIGHT BLUE A200 with an RGB value of colorToRGB(64, 196, 255).
    The color LIGHT BLUE A400 with an RGB value of colorToRGB(0, 176, 255).
    The color LIGHT BLUE A700 with an RGB value of colorToRGB(0, 145, 234).
    The color LIGHT GREEN with an RGB value of colorToRGB(139, 195, 74).
    The color LIGHT GREEN 100 with an RGB value of colorToRGB(220, 237, 200).
    The color LIGHT GREEN 200 with an RGB value of colorToRGB(197, 225, 165).
    The color LIGHT GREEN 300 with an RGB value of colorToRGB(174, 213, 129).
    The color LIGHT GREEN 400 with an RGB value of colorToRGB(156, 204, 101).
    The color LIGHT GREEN 50 with an RGB value of colorToRGB(241, 248, 233).
    The color LIGHT GREEN 500 with an RGB value of colorToRGB(139, 195, 74).
    The color LIGHT GREEN 600 with an RGB value of colorToRGB(124, 179, 66).
    The color LIGHT GREEN 700 with an RGB value of colorToRGB(104, 159, 56).
    The color LIGHT GREEN 800 with an RGB value of colorToRGB(85, 139, 47).
    The color LIGHT GREEN 900 with an RGB value of colorToRGB(51, 105, 30).
    The color LIGHT GREEN A100 with an RGB value of colorToRGB(204, 255, 144).
    The color LIGHT GREEN A200 with an RGB value of colorToRGB(178, 255, 89).
    The color LIGHT GREEN A400 with an RGB value of colorToRGB(118, 255, 3).
    The color LIGHT GREEN A700 with an RGB value of colorToRGB(100, 221, 23).
    The color LIME with an RGB value of colorToRGB(205, 220, 57).
    The color LIME 100 with an RGB value of colorToRGB(240, 244, 195).
    The color LIME 200 with an RGB value of colorToRGB(230, 238, 156).
    The color LIME 300 with an RGB value of colorToRGB(220, 231, 117).
    The color LIME 400 with an RGB value of colorToRGB(212, 225, 87).
    The color LIME 50 with an RGB value of colorToRGB(249, 251, 231).
    The color LIME 500 with an RGB value of colorToRGB(205, 220, 57).
    The color LIME 600 with an RGB value of colorToRGB(192, 202, 51).
    The color LIME 700 with an RGB value of colorToRGB(175, 180, 43).
    The color LIME 800 with an RGB value of colorToRGB(158, 157, 36).
    The color LIME 900 with an RGB value of colorToRGB(130, 119, 23).
    The color LIME A100 with an RGB value of colorToRGB(244, 255, 129).
    The color LIME A200 with an RGB value of colorToRGB(238, 255, 65).
    The color LIME A400 with an RGB value of colorToRGB(198, 255, 0).
    The color LIME A700 with an RGB value of colorToRGB(174, 234, 0).
    The color ORANGE with an RGB value of colorToRGB(255, 152, 0).
    The color ORANGE 100 with an RGB value of colorToRGB(255, 224, 178).
    The color ORANGE 200 with an RGB value of colorToRGB(255, 204, 128).
    The color ORANGE 300 with an RGB value of colorToRGB(255, 183, 77).
    The color ORANGE 400 with an RGB value of colorToRGB(255, 167, 38).
    The color ORANGE 50 with an RGB value of colorToRGB(255, 243, 224).
    The color ORANGE 500 with an RGB value of colorToRGB(255, 152, 0).
    The color ORANGE 600 with an RGB value of colorToRGB(251, 140, 0).
    The color ORANGE 700 with an RGB value of colorToRGB(245, 124, 0).
    The color ORANGE 800 with an RGB value of colorToRGB(239, 108, 0).
    The color ORANGE 900 with an RGB value of colorToRGB(230, 81, 0).
    The color ORANGE A100 with an RGB value of colorToRGB(255, 209, 128).
    The color ORANGE A200 with an RGB value of colorToRGB(255, 171, 64).
    The color ORANGE A400 with an RGB value of colorToRGB(255, 145, 0).
    The color ORANGE A700 with an RGB value of colorToRGB(255, 109, 0).
    The color PINK with an RGB value of colorToRGB(233, 30, 99).
    The color PINK 100 with an RGB value of colorToRGB(248, 187, 208).
    The color PINK 200 with an RGB value of colorToRGB(244, 143, 177).
    The color PINK 300 with an RGB value of colorToRGB(240, 98, 146).
    The color PINK 400 with an RGB value of colorToRGB(236, 64, 122).
    The color PINK 50 with an RGB value of colorToRGB(252, 228, 236).
    The color PINK 500 with an RGB value of colorToRGB(233, 30, 99).
    The color PINK 600 with an RGB value of colorToRGB(216, 27, 96).
    The color PINK 700 with an RGB value of colorToRGB(194, 24, 91).
    The color PINK 800 with an RGB value of colorToRGB(173, 20, 87).
    The color PINK 900 with an RGB value of colorToRGB(136, 14, 79).
    The color PINK A100 with an RGB value of colorToRGB(255, 128, 171).
    The color PINK A200 with an RGB value of colorToRGB(255, 64, 129).
    The color PINK A400 with an RGB value of colorToRGB(245, 0, 87).
    The color PINK A700 with an RGB value of colorToRGB(197, 17, 98).
    The color PURPLE with an RGB value of colorToRGB(156, 39, 176).
    The color PURPLE 100 with an RGB value of colorToRGB(225, 190, 231).
    The color PURPLE 200 with an RGB value of colorToRGB(206, 147, 216).
    The color PURPLE 300 with an RGB value of colorToRGB(186, 104, 200).
    The color PURPLE 400 with an RGB value of colorToRGB(171, 71, 188).
    The color PURPLE 50 with an RGB value of colorToRGB(243, 229, 245).
    The color PURPLE 500 with an RGB value of colorToRGB(156, 39, 176).
    The color PURPLE 600 with an RGB value of colorToRGB(142, 36, 170).
    The color PURPLE 700 with an RGB value of colorToRGB(123, 31, 162).
    The color PURPLE 800 with an RGB value of colorToRGB(106, 27, 154).
    The color PURPLE 900 with an RGB value of colorToRGB(74, 20, 140).
    The color PURPLE A100 with an RGB value of colorToRGB(234, 128, 252).
    The color PURPLE A200 with an RGB value of colorToRGB(224, 64, 251).
    The color PURPLE A400 with an RGB value of colorToRGB(213, 0, 249).
    The color PURPLE A700 with an RGB value of colorToRGB(170, 0, 255).
    The color RED with an RGB value of colorToRGB(244, 67, 54).
    The color RED 100 with an RGB value of colorToRGB(255, 205, 210).
    The color RED 200 with an RGB value of colorToRGB(239, 154, 154).
    The color RED 300 with an RGB value of colorToRGB(229, 115, 115).
    The color RED 400 with an RGB value of colorToRGB(239, 83, 80).
    The color RED 50 with an RGB value of colorToRGB(255, 235, 238).
    The color RED 500 with an RGB value of colorToRGB(244, 67, 54).
    The color RED 600 with an RGB value of colorToRGB(229, 57, 53).
    The color RED 700 with an RGB value of colorToRGB(211, 47, 47).
    The color RED 800 with an RGB value of colorToRGB(198, 40, 40).
    The color RED 900 with an RGB value of colorToRGB(183, 28, 28).
    The color RED A100 with an RGB value of colorToRGB(255, 138, 128).
    The color RED A200 with an RGB value of colorToRGB(255, 82, 82).
    The color RED A400 with an RGB value of colorToRGB(255, 23, 68).
    The color RED A700 with an RGB value of colorToRGB(213, 0, 0).
    The color TEAL with an RGB value of colorToRGB(0, 150, 136).
    The color TEAL 100 with an RGB value of colorToRGB(178, 223, 219).
    The color TEAL 200 with an RGB value of colorToRGB(128, 203, 196).
    The color TEAL 300 with an RGB value of colorToRGB(77, 182, 172).
    The color TEAL 400 with an RGB value of colorToRGB(38, 166, 154).
    The color TEAL 50 with an RGB value of colorToRGB(224, 242, 241).
    The color TEAL 500 with an RGB value of colorToRGB(0, 150, 136).
    The color TEAL 600 with an RGB value of colorToRGB(0, 137, 123).
    The color TEAL 700 with an RGB value of colorToRGB(0, 121, 107).
    The color TEAL 800 with an RGB value of colorToRGB(0, 105, 92).
    The color TEAL 900 with an RGB value of colorToRGB(0, 77, 64).
    The color TEAL A100 with an RGB value of colorToRGB(167, 255, 235).
    The color TEAL A200 with an RGB value of colorToRGB(100, 255, 218).
    The color TEAL A400 with an RGB value of colorToRGB(29, 233, 182).
    The color TEAL A700 with an RGB value of colorToRGB(0, 191, 165).
    The color YELLOW with an RGB value of colorToRGB(255, 235, 59).
    The color YELLOW 100 with an RGB value of colorToRGB(255, 249, 196).
    The color YELLOW 200 with an RGB value of colorToRGB(255, 245, 157).
    The color YELLOW 300 with an RGB value of colorToRGB(255, 241, 118).
    The color YELLOW 400 with an RGB value of colorToRGB(255, 238, 88).
    The color YELLOW 50 with an RGB value of colorToRGB(255, 253, 231).
    The color YELLOW 500 with an RGB value of colorToRGB(255, 235, 59).
    The color YELLOW 600 with an RGB value of colorToRGB(253, 216, 53).
    The color YELLOW 700 with an RGB value of colorToRGB(251, 192, 45).
    The color YELLOW 800 with an RGB value of colorToRGB(249, 168, 37).
    The color YELLOW 900 with an RGB value of colorToRGB(245, 127, 23).
    The color YELLOW A100 with an RGB value of colorToRGB(255, 255, 141).
    The color YELLOW A200 with an RGB value of colorToRGB(255, 255, 0).
    The color YELLOW A400 with an RGB value of colorToRGB(255, 234, 0).
    The color YELLOW A700 with an RGB value of colorToRGB(255, 214, 0).
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.paint.Color
    get()
    Returns the corresponding JavaFX color.
    rgb()
    Returns a String expression from the color with the format: colorToRGB(12, 121, 15)
    rgba(double OPACITY)
    Returns a String expression from the color and opacity with the format: colorToRGBA(12, 121, 15, 0.5)
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.
    web()
    Returns a String expression from the color with the format: #AB12CD

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • RED

      public static final MaterialDesignColors RED
      The color RED with an RGB value of colorToRGB(244, 67, 54).


    • RED_50

      public static final MaterialDesignColors RED_50
      The color RED 50 with an RGB value of colorToRGB(255, 235, 238).


    • RED_100

      public static final MaterialDesignColors RED_100
      The color RED 100 with an RGB value of colorToRGB(255, 205, 210).


    • RED_200

      public static final MaterialDesignColors RED_200
      The color RED 200 with an RGB value of colorToRGB(239, 154, 154).


    • RED_300

      public static final MaterialDesignColors RED_300
      The color RED 300 with an RGB value of colorToRGB(229, 115, 115).


    • RED_400

      public static final MaterialDesignColors RED_400
      The color RED 400 with an RGB value of colorToRGB(239, 83, 80).


    • RED_500

      public static final MaterialDesignColors RED_500
      The color RED 500 with an RGB value of colorToRGB(244, 67, 54).


    • RED_600

      public static final MaterialDesignColors RED_600
      The color RED 600 with an RGB value of colorToRGB(229, 57, 53).


    • RED_700

      public static final MaterialDesignColors RED_700
      The color RED 700 with an RGB value of colorToRGB(211, 47, 47).


    • RED_800

      public static final MaterialDesignColors RED_800
      The color RED 800 with an RGB value of colorToRGB(198, 40, 40).


    • RED_900

      public static final MaterialDesignColors RED_900
      The color RED 900 with an RGB value of colorToRGB(183, 28, 28).


    • RED_A100

      public static final MaterialDesignColors RED_A100
      The color RED A100 with an RGB value of colorToRGB(255, 138, 128).


    • RED_A200

      public static final MaterialDesignColors RED_A200
      The color RED A200 with an RGB value of colorToRGB(255, 82, 82).


    • RED_A400

      public static final MaterialDesignColors RED_A400
      The color RED A400 with an RGB value of colorToRGB(255, 23, 68).


    • RED_A700

      public static final MaterialDesignColors RED_A700
      The color RED A700 with an RGB value of colorToRGB(213, 0, 0).


    • PINK

      public static final MaterialDesignColors PINK
      The color PINK with an RGB value of colorToRGB(233, 30, 99).


    • PINK_50

      public static final MaterialDesignColors PINK_50
      The color PINK 50 with an RGB value of colorToRGB(252, 228, 236).


    • PINK_100

      public static final MaterialDesignColors PINK_100
      The color PINK 100 with an RGB value of colorToRGB(248, 187, 208).


    • PINK_200

      public static final MaterialDesignColors PINK_200
      The color PINK 200 with an RGB value of colorToRGB(244, 143, 177).


    • PINK_300

      public static final MaterialDesignColors PINK_300
      The color PINK 300 with an RGB value of colorToRGB(240, 98, 146).


    • PINK_400

      public static final MaterialDesignColors PINK_400
      The color PINK 400 with an RGB value of colorToRGB(236, 64, 122).


    • PINK_500

      public static final MaterialDesignColors PINK_500
      The color PINK 500 with an RGB value of colorToRGB(233, 30, 99).


    • PINK_600

      public static final MaterialDesignColors PINK_600
      The color PINK 600 with an RGB value of colorToRGB(216, 27, 96).


    • PINK_700

      public static final MaterialDesignColors PINK_700
      The color PINK 700 with an RGB value of colorToRGB(194, 24, 91).


    • PINK_800

      public static final MaterialDesignColors PINK_800
      The color PINK 800 with an RGB value of colorToRGB(173, 20, 87).


    • PINK_900

      public static final MaterialDesignColors PINK_900
      The color PINK 900 with an RGB value of colorToRGB(136, 14, 79).


    • PINK_A100

      public static final MaterialDesignColors PINK_A100
      The color PINK A100 with an RGB value of colorToRGB(255, 128, 171).


    • PINK_A200

      public static final MaterialDesignColors PINK_A200
      The color PINK A200 with an RGB value of colorToRGB(255, 64, 129).


    • PINK_A400

      public static final MaterialDesignColors PINK_A400
      The color PINK A400 with an RGB value of colorToRGB(245, 0, 87).


    • PINK_A700

      public static final MaterialDesignColors PINK_A700
      The color PINK A700 with an RGB value of colorToRGB(197, 17, 98).


    • PURPLE

      public static final MaterialDesignColors PURPLE
      The color PURPLE with an RGB value of colorToRGB(156, 39, 176).


    • PURPLE_50

      public static final MaterialDesignColors PURPLE_50
      The color PURPLE 50 with an RGB value of colorToRGB(243, 229, 245).


    • PURPLE_100

      public static final MaterialDesignColors PURPLE_100
      The color PURPLE 100 with an RGB value of colorToRGB(225, 190, 231).


    • PURPLE_200

      public static final MaterialDesignColors PURPLE_200
      The color PURPLE 200 with an RGB value of colorToRGB(206, 147, 216).


    • PURPLE_300

      public static final MaterialDesignColors PURPLE_300
      The color PURPLE 300 with an RGB value of colorToRGB(186, 104, 200).


    • PURPLE_400

      public static final MaterialDesignColors PURPLE_400
      The color PURPLE 400 with an RGB value of colorToRGB(171, 71, 188).


    • PURPLE_500

      public static final MaterialDesignColors PURPLE_500
      The color PURPLE 500 with an RGB value of colorToRGB(156, 39, 176).


    • PURPLE_600

      public static final MaterialDesignColors PURPLE_600
      The color PURPLE 600 with an RGB value of colorToRGB(142, 36, 170).


    • PURPLE_700

      public static final MaterialDesignColors PURPLE_700
      The color PURPLE 700 with an RGB value of colorToRGB(123, 31, 162).


    • PURPLE_800

      public static final MaterialDesignColors PURPLE_800
      The color PURPLE 800 with an RGB value of colorToRGB(106, 27, 154).


    • PURPLE_900

      public static final MaterialDesignColors PURPLE_900
      The color PURPLE 900 with an RGB value of colorToRGB(74, 20, 140).


    • PURPLE_A100

      public static final MaterialDesignColors PURPLE_A100
      The color PURPLE A100 with an RGB value of colorToRGB(234, 128, 252).


    • PURPLE_A200

      public static final MaterialDesignColors PURPLE_A200
      The color PURPLE A200 with an RGB value of colorToRGB(224, 64, 251).


    • PURPLE_A400

      public static final MaterialDesignColors PURPLE_A400
      The color PURPLE A400 with an RGB value of colorToRGB(213, 0, 249).


    • PURPLE_A700

      public static final MaterialDesignColors PURPLE_A700
      The color PURPLE A700 with an RGB value of colorToRGB(170, 0, 255).


    • DEEP_PURPLE

      public static final MaterialDesignColors DEEP_PURPLE
      The color DEEP PURPLE with an RGB value of colorToRGB(103, 58, 183).


    • DEEP_PURPLE_50

      public static final MaterialDesignColors DEEP_PURPLE_50
      The color DEEP PURPLE 50 with an RGB value of colorToRGB(237, 231, 246).


    • DEEP_PURPLE_100

      public static final MaterialDesignColors DEEP_PURPLE_100
      The color DEEP PURPLE 100 with an RGB value of colorToRGB(209, 196, 233).


    • DEEP_PURPLE_200

      public static final MaterialDesignColors DEEP_PURPLE_200
      The color DEEP PURPLE 200 with an RGB value of colorToRGB(179, 157, 219).


    • DEEP_PURPLE_300

      public static final MaterialDesignColors DEEP_PURPLE_300
      The color DEEP PURPLE 300 with an RGB value of colorToRGB(149, 117, 205).


    • DEEP_PURPLE_400

      public static final MaterialDesignColors DEEP_PURPLE_400
      The color DEEP PURPLE 400 with an RGB value of colorToRGB(126, 87, 194).


    • DEEP_PURPLE_500

      public static final MaterialDesignColors DEEP_PURPLE_500
      The color DEEP PURPLE 500 with an RGB value of colorToRGB(103, 58, 183).


    • DEEP_PURPLE_600

      public static final MaterialDesignColors DEEP_PURPLE_600
      The color DEEP PURPLE 600 with an RGB value of colorToRGB(94, 53, 177).


    • DEEP_PURPLE_700

      public static final MaterialDesignColors DEEP_PURPLE_700
      The color DEEP PURPLE 700 with an RGB value of colorToRGB(81, 45, 168).


    • DEEP_PURPLE_800

      public static final MaterialDesignColors DEEP_PURPLE_800
      The color DEEP PURPLE 800 with an RGB value of colorToRGB(69, 39, 160).


    • DEEP_PURPLE_900

      public static final MaterialDesignColors DEEP_PURPLE_900
      The color DEEP PURPLE 900 with an RGB value of colorToRGB(49, 27, 146).


    • DEEP_PURPLE_A100

      public static final MaterialDesignColors DEEP_PURPLE_A100
      The color DEEP PURPLE A100 with an RGB value of colorToRGB(179, 136, 255).


    • DEEP_PURPLE_A200

      public static final MaterialDesignColors DEEP_PURPLE_A200
      The color DEEP PURPLE A200 with an RGB value of colorToRGB(124, 77, 255).


    • DEEP_PURPLE_A400

      public static final MaterialDesignColors DEEP_PURPLE_A400
      The color DEEP PURPLE A400 with an RGB value of colorToRGB(101, 31, 255).


    • DEEP_PURPLE_A700

      public static final MaterialDesignColors DEEP_PURPLE_A700
      The color DEEP PURPLE A700 with an RGB value of colorToRGB(98, 0, 234).


    • INDIGO

      public static final MaterialDesignColors INDIGO
      The color INDIGO with an RGB value of colorToRGB(63, 81, 181).


    • INDIGO_50

      public static final MaterialDesignColors INDIGO_50
      The color INDIGO 50 with an RGB value of colorToRGB(232, 234, 246).


    • INDIGO_100

      public static final MaterialDesignColors INDIGO_100
      The color INDIGO 100 with an RGB value of colorToRGB(197, 202, 233).


    • INDIGO_200

      public static final MaterialDesignColors INDIGO_200
      The color INDIGO 200 with an RGB value of colorToRGB(159, 168, 218).


    • INDIGO_300

      public static final MaterialDesignColors INDIGO_300
      The color INDIGO 300 with an RGB value of colorToRGB(121, 134, 203).


    • INDIGO_400

      public static final MaterialDesignColors INDIGO_400
      The color INDIGO 400 with an RGB value of colorToRGB(92, 107, 192).


    • INDIGO_500

      public static final MaterialDesignColors INDIGO_500
      The color INDIGO 500 with an RGB value of colorToRGB(63, 81, 181).


    • INDIGO_600

      public static final MaterialDesignColors INDIGO_600
      The color INDIGO 600 with an RGB value of colorToRGB(57, 73, 171).


    • INDIGO_700

      public static final MaterialDesignColors INDIGO_700
      The color INDIGO 700 with an RGB value of colorToRGB(48, 63, 159).


    • INDIGO_800

      public static final MaterialDesignColors INDIGO_800
      The color INDIGO 800 with an RGB value of colorToRGB(40, 53, 147).


    • INDIGO_900

      public static final MaterialDesignColors INDIGO_900
      The color INDIGO 900 with an RGB value of colorToRGB(26, 35, 126).


    • INDIGO_A100

      public static final MaterialDesignColors INDIGO_A100
      The color INDIGO A100 with an RGB value of colorToRGB(140, 158, 255).


    • INDIGO_A200

      public static final MaterialDesignColors INDIGO_A200
      The color INDIGO A200 with an RGB value of colorToRGB(83, 109, 254).


    • INDIGO_A400

      public static final MaterialDesignColors INDIGO_A400
      The color INDIGO A400 with an RGB value of colorToRGB(61, 90, 254).


    • INDIGO_A700

      public static final MaterialDesignColors INDIGO_A700
      The color INDIGO A700 with an RGB value of colorToRGB(48, 79, 254).


    • BLUE

      public static final MaterialDesignColors BLUE
      The color BLUE with an RGB value of colorToRGB(33, 150, 243).


    • BLUE_50

      public static final MaterialDesignColors BLUE_50
      The color BLUE 50 with an RGB value of colorToRGB(227, 242, 253).


    • BLUE_100

      public static final MaterialDesignColors BLUE_100
      The color BLUE 100 with an RGB value of colorToRGB(187, 222, 251).


    • BLUE_200

      public static final MaterialDesignColors BLUE_200
      The color BLUE 200 with an RGB value of colorToRGB(144, 202, 249).


    • BLUE_300

      public static final MaterialDesignColors BLUE_300
      The color BLUE 300 with an RGB value of colorToRGB(100, 181, 246).


    • BLUE_400

      public static final MaterialDesignColors BLUE_400
      The color BLUE 400 with an RGB value of colorToRGB(66, 165, 245).


    • BLUE_500

      public static final MaterialDesignColors BLUE_500
      The color BLUE 500 with an RGB value of colorToRGB(33, 150, 243).


    • BLUE_600

      public static final MaterialDesignColors BLUE_600
      The color BLUE 600 with an RGB value of colorToRGB(30, 136, 229).


    • BLUE_700

      public static final MaterialDesignColors BLUE_700
      The color BLUE 700 with an RGB value of colorToRGB(25, 118, 210).


    • BLUE_800

      public static final MaterialDesignColors BLUE_800
      The color BLUE 800 with an RGB value of colorToRGB(21, 101, 192).


    • BLUE_900

      public static final MaterialDesignColors BLUE_900
      The color BLUE 900 with an RGB value of colorToRGB(13, 71, 161).


    • BLUE_A100

      public static final MaterialDesignColors BLUE_A100
      The color BLUE A100 with an RGB value of colorToRGB(130, 177, 255).


    • BLUE_A200

      public static final MaterialDesignColors BLUE_A200
      The color BLUE A200 with an RGB value of colorToRGB(68, 138, 255).


    • BLUE_A400

      public static final MaterialDesignColors BLUE_A400
      The color BLUE A400 with an RGB value of colorToRGB(41, 121, 255).


    • BLUE_A700

      public static final MaterialDesignColors BLUE_A700
      The color BLUE A700 with an RGB value of colorToRGB(41, 98, 255).


    • LIGHT_BLUE

      public static final MaterialDesignColors LIGHT_BLUE
      The color LIGHT BLUE with an RGB value of colorToRGB(3, 169, 244).


    • LIGHT_BLUE_50

      public static final MaterialDesignColors LIGHT_BLUE_50
      The color LIGHT BLUE 50 with an RGB value of colorToRGB(225, 245, 254).


    • LIGHT_BLUE_100

      public static final MaterialDesignColors LIGHT_BLUE_100
      The color LIGHT BLUE 100 with an RGB value of colorToRGB(179, 229, 252).


    • LIGHT_BLUE_200

      public static final MaterialDesignColors LIGHT_BLUE_200
      The color LIGHT BLUE 200 with an RGB value of colorToRGB(129, 212, 250).


    • LIGHT_BLUE_300

      public static final MaterialDesignColors LIGHT_BLUE_300
      The color LIGHT BLUE 300 with an RGB value of colorToRGB(79, 195, 247).


    • LIGHT_BLUE_400

      public static final MaterialDesignColors LIGHT_BLUE_400
      The color LIGHT BLUE 400 with an RGB value of colorToRGB(41, 182, 246).


    • LIGHT_BLUE_500

      public static final MaterialDesignColors LIGHT_BLUE_500
      The color LIGHT BLUE 500 with an RGB value of colorToRGB(3, 169, 244).


    • LIGHT_BLUE_600

      public static final MaterialDesignColors LIGHT_BLUE_600
      The color LIGHT BLUE 600 with an RGB value of colorToRGB(3, 155, 229).


    • LIGHT_BLUE_700

      public static final MaterialDesignColors LIGHT_BLUE_700
      The color LIGHT BLUE 700 with an RGB value of colorToRGB(2, 136, 209).


    • LIGHT_BLUE_800

      public static final MaterialDesignColors LIGHT_BLUE_800
      The color LIGHT BLUE 800 with an RGB value of colorToRGB(2, 119, 189).


    • LIGHT_BLUE_900

      public static final MaterialDesignColors LIGHT_BLUE_900
      The color LIGHT BLUE 900 with an RGB value of colorToRGB(1, 87, 155).


    • LIGHT_BLUE_A100

      public static final MaterialDesignColors LIGHT_BLUE_A100
      The color LIGHT BLUE A100 with an RGB value of colorToRGB(128, 216, 255).


    • LIGHT_BLUE_A200

      public static final MaterialDesignColors LIGHT_BLUE_A200
      The color LIGHT BLUE A200 with an RGB value of colorToRGB(64, 196, 255).


    • LIGHT_BLUE_A400

      public static final MaterialDesignColors LIGHT_BLUE_A400
      The color LIGHT BLUE A400 with an RGB value of colorToRGB(0, 176, 255).


    • LIGHT_BLUE_A700

      public static final MaterialDesignColors LIGHT_BLUE_A700
      The color LIGHT BLUE A700 with an RGB value of colorToRGB(0, 145, 234).


    • CYAN

      public static final MaterialDesignColors CYAN
      The color CYAN with an RGB value of colorToRGB(0, 188, 212).


    • CYAN_50

      public static final MaterialDesignColors CYAN_50
      The color CYAN 50 with an RGB value of colorToRGB(224, 247, 250).


    • CYAN_100

      public static final MaterialDesignColors CYAN_100
      The color CYAN 100 with an RGB value of colorToRGB(178, 235, 242).


    • CYAN_200

      public static final MaterialDesignColors CYAN_200
      The color CYAN 200 with an RGB value of colorToRGB(128, 222, 234).


    • CYAN_300

      public static final MaterialDesignColors CYAN_300
      The color CYAN 300 with an RGB value of colorToRGB(77, 208, 225).


    • CYAN_400

      public static final MaterialDesignColors CYAN_400
      The color CYAN 400 with an RGB value of colorToRGB(38, 198, 218).


    • CYAN_500

      public static final MaterialDesignColors CYAN_500
      The color CYAN 500 with an RGB value of colorToRGB(0, 188, 212).


    • CYAN_600

      public static final MaterialDesignColors CYAN_600
      The color CYAN 600 with an RGB value of colorToRGB(0, 172, 193).


    • CYAN_700

      public static final MaterialDesignColors CYAN_700
      The color CYAN 700 with an RGB value of colorToRGB(0, 151, 167).


    • CYAN_800

      public static final MaterialDesignColors CYAN_800
      The color CYAN 800 with an RGB value of colorToRGB(0, 131, 143).


    • CYAN_900

      public static final MaterialDesignColors CYAN_900
      The color CYAN 900 with an RGB value of colorToRGB(0, 96, 100).


    • CYAN_A100

      public static final MaterialDesignColors CYAN_A100
      The color CYAN A100 with an RGB value of colorToRGB(132, 255, 255).


    • CYAN_A200

      public static final MaterialDesignColors CYAN_A200
      The color CYAN A200 with an RGB value of colorToRGB(24, 255, 25).


    • CYAN_A400

      public static final MaterialDesignColors CYAN_A400
      The color CYAN A400 with an RGB value of colorToRGB(0, 229, 255).


    • CYAN_A700

      public static final MaterialDesignColors CYAN_A700
      The color CYAN A700 with an RGB value of colorToRGB(0, 184, 212).


    • TEAL

      public static final MaterialDesignColors TEAL
      The color TEAL with an RGB value of colorToRGB(0, 150, 136).


    • TEAL_50

      public static final MaterialDesignColors TEAL_50
      The color TEAL 50 with an RGB value of colorToRGB(224, 242, 241).


    • TEAL_100

      public static final MaterialDesignColors TEAL_100
      The color TEAL 100 with an RGB value of colorToRGB(178, 223, 219).


    • TEAL_200

      public static final MaterialDesignColors TEAL_200
      The color TEAL 200 with an RGB value of colorToRGB(128, 203, 196).


    • TEAL_300

      public static final MaterialDesignColors TEAL_300
      The color TEAL 300 with an RGB value of colorToRGB(77, 182, 172).


    • TEAL_400

      public static final MaterialDesignColors TEAL_400
      The color TEAL 400 with an RGB value of colorToRGB(38, 166, 154).


    • TEAL_500

      public static final MaterialDesignColors TEAL_500
      The color TEAL 500 with an RGB value of colorToRGB(0, 150, 136).


    • TEAL_600

      public static final MaterialDesignColors TEAL_600
      The color TEAL 600 with an RGB value of colorToRGB(0, 137, 123).


    • TEAL_700

      public static final MaterialDesignColors TEAL_700
      The color TEAL 700 with an RGB value of colorToRGB(0, 121, 107).


    • TEAL_800

      public static final MaterialDesignColors TEAL_800
      The color TEAL 800 with an RGB value of colorToRGB(0, 105, 92).


    • TEAL_900

      public static final MaterialDesignColors TEAL_900
      The color TEAL 900 with an RGB value of colorToRGB(0, 77, 64).


    • TEAL_A100

      public static final MaterialDesignColors TEAL_A100
      The color TEAL A100 with an RGB value of colorToRGB(167, 255, 235).


    • TEAL_A200

      public static final MaterialDesignColors TEAL_A200
      The color TEAL A200 with an RGB value of colorToRGB(100, 255, 218).


    • TEAL_A400

      public static final MaterialDesignColors TEAL_A400
      The color TEAL A400 with an RGB value of colorToRGB(29, 233, 182).


    • TEAL_A700

      public static final MaterialDesignColors TEAL_A700
      The color TEAL A700 with an RGB value of colorToRGB(0, 191, 165).


    • GREEN

      public static final MaterialDesignColors GREEN
      The color GREEN with an RGB value of colorToRGB(76, 175, 80).


    • GREEN_50

      public static final MaterialDesignColors GREEN_50
      The color GREEN 50 with an RGB value of colorToRGB(232, 245, 233).


    • GREEN_100

      public static final MaterialDesignColors GREEN_100
      The color GREEN 100 with an RGB value of colorToRGB(200, 230, 201).


    • GREEN_200

      public static final MaterialDesignColors GREEN_200
      The color GREEN 200 with an RGB value of colorToRGB(165, 214, 167).


    • GREEN_300

      public static final MaterialDesignColors GREEN_300
      The color GREEN 300 with an RGB value of colorToRGB(129, 199, 132).


    • GREEN_400

      public static final MaterialDesignColors GREEN_400
      The color GREEN 400 with an RGB value of colorToRGB(102, 187, 106).


    • GREEN_500

      public static final MaterialDesignColors GREEN_500
      The color GREEN 500 with an RGB value of colorToRGB(76, 175, 80).


    • GREEN_600

      public static final MaterialDesignColors GREEN_600
      The color GREEN 600 with an RGB value of colorToRGB(67, 160, 71).


    • GREEN_700

      public static final MaterialDesignColors GREEN_700
      The color GREEN 700 with an RGB value of colorToRGB(56, 142, 60).


    • GREEN_800

      public static final MaterialDesignColors GREEN_800
      The color GREEN 800 with an RGB value of colorToRGB(46, 125, 50).


    • GREEN_900

      public static final MaterialDesignColors GREEN_900
      The color GREEN 900 with an RGB value of colorToRGB(27, 94, 32).


    • GREEN_A100

      public static final MaterialDesignColors GREEN_A100
      The color GREEN A100 with an RGB value of colorToRGB(185, 246, 202).


    • GREEN_A200

      public static final MaterialDesignColors GREEN_A200
      The color GREEN A200 with an RGB value of colorToRGB(105, 240, 174).


    • GREEN_A400

      public static final MaterialDesignColors GREEN_A400
      The color GREEN A400 with an RGB value of colorToRGB(0, 230, 118).


    • GREEN_A700

      public static final MaterialDesignColors GREEN_A700
      The color GREEN A700 with an RGB value of colorToRGB(0, 200, 83).


    • LIGHT_GREEN

      public static final MaterialDesignColors LIGHT_GREEN
      The color LIGHT GREEN with an RGB value of colorToRGB(139, 195, 74).


    • LIGHT_GREEN_50

      public static final MaterialDesignColors LIGHT_GREEN_50
      The color LIGHT GREEN 50 with an RGB value of colorToRGB(241, 248, 233).


    • LIGHT_GREEN_100

      public static final MaterialDesignColors LIGHT_GREEN_100
      The color LIGHT GREEN 100 with an RGB value of colorToRGB(220, 237, 200).


    • LIGHT_GREEN_200

      public static final MaterialDesignColors LIGHT_GREEN_200
      The color LIGHT GREEN 200 with an RGB value of colorToRGB(197, 225, 165).


    • LIGHT_GREEN_300

      public static final MaterialDesignColors LIGHT_GREEN_300
      The color LIGHT GREEN 300 with an RGB value of colorToRGB(174, 213, 129).


    • LIGHT_GREEN_400

      public static final MaterialDesignColors LIGHT_GREEN_400
      The color LIGHT GREEN 400 with an RGB value of colorToRGB(156, 204, 101).


    • LIGHT_GREEN_500

      public static final MaterialDesignColors LIGHT_GREEN_500
      The color LIGHT GREEN 500 with an RGB value of colorToRGB(139, 195, 74).


    • LIGHT_GREEN_600

      public static final MaterialDesignColors LIGHT_GREEN_600
      The color LIGHT GREEN 600 with an RGB value of colorToRGB(124, 179, 66).


    • LIGHT_GREEN_700

      public static final MaterialDesignColors LIGHT_GREEN_700
      The color LIGHT GREEN 700 with an RGB value of colorToRGB(104, 159, 56).


    • LIGHT_GREEN_800

      public static final MaterialDesignColors LIGHT_GREEN_800
      The color LIGHT GREEN 800 with an RGB value of colorToRGB(85, 139, 47).


    • LIGHT_GREEN_900

      public static final MaterialDesignColors LIGHT_GREEN_900
      The color LIGHT GREEN 900 with an RGB value of colorToRGB(51, 105, 30).


    • LIGHT_GREEN_A100

      public static final MaterialDesignColors LIGHT_GREEN_A100
      The color LIGHT GREEN A100 with an RGB value of colorToRGB(204, 255, 144).


    • LIGHT_GREEN_A200

      public static final MaterialDesignColors LIGHT_GREEN_A200
      The color LIGHT GREEN A200 with an RGB value of colorToRGB(178, 255, 89).


    • LIGHT_GREEN_A400

      public static final MaterialDesignColors LIGHT_GREEN_A400
      The color LIGHT GREEN A400 with an RGB value of colorToRGB(118, 255, 3).


    • LIGHT_GREEN_A700

      public static final MaterialDesignColors LIGHT_GREEN_A700
      The color LIGHT GREEN A700 with an RGB value of colorToRGB(100, 221, 23).


    • LIME

      public static final MaterialDesignColors LIME
      The color LIME with an RGB value of colorToRGB(205, 220, 57).


    • LIME_50

      public static final MaterialDesignColors LIME_50
      The color LIME 50 with an RGB value of colorToRGB(249, 251, 231).


    • LIME_100

      public static final MaterialDesignColors LIME_100
      The color LIME 100 with an RGB value of colorToRGB(240, 244, 195).


    • LIME_200

      public static final MaterialDesignColors LIME_200
      The color LIME 200 with an RGB value of colorToRGB(230, 238, 156).


    • LIME_300

      public static final MaterialDesignColors LIME_300
      The color LIME 300 with an RGB value of colorToRGB(220, 231, 117).


    • LIME_400

      public static final MaterialDesignColors LIME_400
      The color LIME 400 with an RGB value of colorToRGB(212, 225, 87).


    • LIME_500

      public static final MaterialDesignColors LIME_500
      The color LIME 500 with an RGB value of colorToRGB(205, 220, 57).


    • LIME_600

      public static final MaterialDesignColors LIME_600
      The color LIME 600 with an RGB value of colorToRGB(192, 202, 51).


    • LIME_700

      public static final MaterialDesignColors LIME_700
      The color LIME 700 with an RGB value of colorToRGB(175, 180, 43).


    • LIME_800

      public static final MaterialDesignColors LIME_800
      The color LIME 800 with an RGB value of colorToRGB(158, 157, 36).


    • LIME_900

      public static final MaterialDesignColors LIME_900
      The color LIME 900 with an RGB value of colorToRGB(130, 119, 23).


    • LIME_A100

      public static final MaterialDesignColors LIME_A100
      The color LIME A100 with an RGB value of colorToRGB(244, 255, 129).


    • LIME_A200

      public static final MaterialDesignColors LIME_A200
      The color LIME A200 with an RGB value of colorToRGB(238, 255, 65).


    • LIME_A400

      public static final MaterialDesignColors LIME_A400
      The color LIME A400 with an RGB value of colorToRGB(198, 255, 0).


    • LIME_A700

      public static final MaterialDesignColors LIME_A700
      The color LIME A700 with an RGB value of colorToRGB(174, 234, 0).


    • YELLOW

      public static final MaterialDesignColors YELLOW
      The color YELLOW with an RGB value of colorToRGB(255, 235, 59).


    • YELLOW_50

      public static final MaterialDesignColors YELLOW_50
      The color YELLOW 50 with an RGB value of colorToRGB(255, 253, 231).


    • YELLOW_100

      public static final MaterialDesignColors YELLOW_100
      The color YELLOW 100 with an RGB value of colorToRGB(255, 249, 196).


    • YELLOW_200

      public static final MaterialDesignColors YELLOW_200
      The color YELLOW 200 with an RGB value of colorToRGB(255, 245, 157).


    • YELLOW_300

      public static final MaterialDesignColors YELLOW_300
      The color YELLOW 300 with an RGB value of colorToRGB(255, 241, 118).


    • YELLOW_400

      public static final MaterialDesignColors YELLOW_400
      The color YELLOW 400 with an RGB value of colorToRGB(255, 238, 88).


    • YELLOW_500

      public static final MaterialDesignColors YELLOW_500
      The color YELLOW 500 with an RGB value of colorToRGB(255, 235, 59).


    • YELLOW_600

      public static final MaterialDesignColors YELLOW_600
      The color YELLOW 600 with an RGB value of colorToRGB(253, 216, 53).


    • YELLOW_700

      public static final MaterialDesignColors YELLOW_700
      The color YELLOW 700 with an RGB value of colorToRGB(251, 192, 45).


    • YELLOW_800

      public static final MaterialDesignColors YELLOW_800
      The color YELLOW 800 with an RGB value of colorToRGB(249, 168, 37).


    • YELLOW_900

      public static final MaterialDesignColors YELLOW_900
      The color YELLOW 900 with an RGB value of colorToRGB(245, 127, 23).


    • YELLOW_A100

      public static final MaterialDesignColors YELLOW_A100
      The color YELLOW A100 with an RGB value of colorToRGB(255, 255, 141).


    • YELLOW_A200

      public static final MaterialDesignColors YELLOW_A200
      The color YELLOW A200 with an RGB value of colorToRGB(255, 255, 0).


    • YELLOW_A400

      public static final MaterialDesignColors YELLOW_A400
      The color YELLOW A400 with an RGB value of colorToRGB(255, 234, 0).


    • YELLOW_A700

      public static final MaterialDesignColors YELLOW_A700
      The color YELLOW A700 with an RGB value of colorToRGB(255, 214, 0).


    • AMBER

      public static final MaterialDesignColors AMBER
      The color AMBER with an RGB value of colorToRGB(255, 193, 7).


    • AMBER_50

      public static final MaterialDesignColors AMBER_50
      The color AMBER 50 with an RGB value of colorToRGB(255, 248, 225).


    • AMBER_100

      public static final MaterialDesignColors AMBER_100
      The color AMBER 100 with an RGB value of colorToRGB(255, 249, 196).


    • AMBER_200

      public static final MaterialDesignColors AMBER_200
      The color AMBER 200 with an RGB value of colorToRGB(255, 224, 130).


    • AMBER_300

      public static final MaterialDesignColors AMBER_300
      The color AMBER 300 with an RGB value of colorToRGB(255, 213, 79).


    • AMBER_400

      public static final MaterialDesignColors AMBER_400
      The color AMBER 400 with an RGB value of colorToRGB(255, 202, 40).


    • AMBER_500

      public static final MaterialDesignColors AMBER_500
      The color AMBER 500 with an RGB value of colorToRGB(255, 193, 7).


    • AMBER_600

      public static final MaterialDesignColors AMBER_600
      The color AMBER 600 with an RGB value of colorToRGB(255, 179, 0).


    • AMBER_700

      public static final MaterialDesignColors AMBER_700
      The color AMBER 700 with an RGB value of colorToRGB(255, 160, 0).


    • AMBER_800

      public static final MaterialDesignColors AMBER_800
      The color AMBER 800 with an RGB value of colorToRGB(255, 143, 0).


    • AMBER_900

      public static final MaterialDesignColors AMBER_900
      The color AMBER 900 with an RGB value of colorToRGB(255, 111, 0).


    • AMBER_A100

      public static final MaterialDesignColors AMBER_A100
      The color AMBER A100 with an RGB value of colorToRGB(255, 229, 127).


    • AMBER_A200

      public static final MaterialDesignColors AMBER_A200
      The color AMBER A200 with an RGB value of colorToRGB(255, 215, 64).


    • AMBER_A400

      public static final MaterialDesignColors AMBER_A400
      The color AMBER A400 with an RGB value of colorToRGB(255, 196, 0).


    • AMBER_A700

      public static final MaterialDesignColors AMBER_A700
      The color AMBER A700 with an RGB value of colorToRGB(255, 171, 0).


    • ORANGE

      public static final MaterialDesignColors ORANGE
      The color ORANGE with an RGB value of colorToRGB(255, 152, 0).


    • ORANGE_50

      public static final MaterialDesignColors ORANGE_50
      The color ORANGE 50 with an RGB value of colorToRGB(255, 243, 224).


    • ORANGE_100

      public static final MaterialDesignColors ORANGE_100
      The color ORANGE 100 with an RGB value of colorToRGB(255, 224, 178).


    • ORANGE_200

      public static final MaterialDesignColors ORANGE_200
      The color ORANGE 200 with an RGB value of colorToRGB(255, 204, 128).


    • ORANGE_300

      public static final MaterialDesignColors ORANGE_300
      The color ORANGE 300 with an RGB value of colorToRGB(255, 183, 77).


    • ORANGE_400

      public static final MaterialDesignColors ORANGE_400
      The color ORANGE 400 with an RGB value of colorToRGB(255, 167, 38).


    • ORANGE_500

      public static final MaterialDesignColors ORANGE_500
      The color ORANGE 500 with an RGB value of colorToRGB(255, 152, 0).


    • ORANGE_600

      public static final MaterialDesignColors ORANGE_600
      The color ORANGE 600 with an RGB value of colorToRGB(251, 140, 0).


    • ORANGE_700

      public static final MaterialDesignColors ORANGE_700
      The color ORANGE 700 with an RGB value of colorToRGB(245, 124, 0).


    • ORANGE_800

      public static final MaterialDesignColors ORANGE_800
      The color ORANGE 800 with an RGB value of colorToRGB(239, 108, 0).


    • ORANGE_900

      public static final MaterialDesignColors ORANGE_900
      The color ORANGE 900 with an RGB value of colorToRGB(230, 81, 0).


    • ORANGE_A100

      public static final MaterialDesignColors ORANGE_A100
      The color ORANGE A100 with an RGB value of colorToRGB(255, 209, 128).


    • ORANGE_A200

      public static final MaterialDesignColors ORANGE_A200
      The color ORANGE A200 with an RGB value of colorToRGB(255, 171, 64).


    • ORANGE_A400

      public static final MaterialDesignColors ORANGE_A400
      The color ORANGE A400 with an RGB value of colorToRGB(255, 145, 0).


    • ORANGE_A700

      public static final MaterialDesignColors ORANGE_A700
      The color ORANGE A700 with an RGB value of colorToRGB(255, 109, 0).


    • DEEP_ORANGE

      public static final MaterialDesignColors DEEP_ORANGE
      The color DEEP ORANGE with an RGB value of colorToRGB(255, 87, 34).


    • DEEP_ORANGE_50

      public static final MaterialDesignColors DEEP_ORANGE_50
      The color DEEP ORANGE 50 with an RGB value of colorToRGB(251, 233, 231).


    • DEEP_ORANGE_100

      public static final MaterialDesignColors DEEP_ORANGE_100
      The color DEEP ORANGE 100 with an RGB value of colorToRGB(255, 204, 188).


    • DEEP_ORANGE_200

      public static final MaterialDesignColors DEEP_ORANGE_200
      The color DEEP ORANGE 200 with an RGB value of colorToRGB(255, 171, 145).


    • DEEP_ORANGE_300

      public static final MaterialDesignColors DEEP_ORANGE_300
      The color DEEP ORANGE 300 with an RGB value of colorToRGB(255, 138, 101).


    • DEEP_ORANGE_400

      public static final MaterialDesignColors DEEP_ORANGE_400
      The color DEEP ORANGE 400 with an RGB value of colorToRGB(255, 112, 67).


    • DEEP_ORANGE_500

      public static final MaterialDesignColors DEEP_ORANGE_500
      The color DEEP ORANGE 500 with an RGB value of colorToRGB(255, 87, 34).


    • DEEP_ORANGE_600

      public static final MaterialDesignColors DEEP_ORANGE_600
      The color DEEP ORANGE 600 with an RGB value of colorToRGB(244, 81, 30).


    • DEEP_ORANGE_700

      public static final MaterialDesignColors DEEP_ORANGE_700
      The color DEEP ORANGE 700 with an RGB value of colorToRGB(230, 74, 25).


    • DEEP_ORANGE_800

      public static final MaterialDesignColors DEEP_ORANGE_800
      The color DEEP ORANGE 800 with an RGB value of colorToRGB(216, 67, 21).


    • DEEP_ORANGE_900

      public static final MaterialDesignColors DEEP_ORANGE_900
      The color DEEP ORANGE 900 with an RGB value of colorToRGB(191, 54, 12).


    • DEEP_ORANGE_A100

      public static final MaterialDesignColors DEEP_ORANGE_A100
      The color DEEP ORANGE A100 with an RGB value of colorToRGB(255, 158, 128).


    • DEEP_ORANGE_A200

      public static final MaterialDesignColors DEEP_ORANGE_A200
      The color DEEP ORANGE A200 with an RGB value of colorToRGB(255, 110, 64).


    • DEEP_ORANGE_A400

      public static final MaterialDesignColors DEEP_ORANGE_A400
      The color DEEP ORANGE A400 with an RGB value of colorToRGB(255, 61, 0).


    • DEEP_ORANGE_A700

      public static final MaterialDesignColors DEEP_ORANGE_A700
      The color DEEP ORANGE A700 with an RGB value of colorToRGB(221, 44, 0).


    • BROWN

      public static final MaterialDesignColors BROWN
      The color BROWN with an RGB value of colorToRGB(121, 85, 72).


    • BROWN_50

      public static final MaterialDesignColors BROWN_50
      The color BROWN 50 with an RGB value of colorToRGB(239, 235, 233).


    • BROWN_100

      public static final MaterialDesignColors BROWN_100
      The color BROWN 100 with an RGB value of colorToRGB(215, 204, 200).


    • BROWN_200

      public static final MaterialDesignColors BROWN_200
      The color BROWN 200 with an RGB value of colorToRGB(188, 170, 164).


    • BROWN_300

      public static final MaterialDesignColors BROWN_300
      The color BROWN 300 with an RGB value of colorToRGB(161, 136, 127).


    • BROWN_400

      public static final MaterialDesignColors BROWN_400
      The color BROWN 400 with an RGB value of colorToRGB(141, 110, 99).


    • BROWN_500

      public static final MaterialDesignColors BROWN_500
      The color BROWN 500 with an RGB value of colorToRGB(121, 85, 72).


    • BROWN_600

      public static final MaterialDesignColors BROWN_600
      The color BROWN 600 with an RGB value of colorToRGB(109, 76, 65).


    • BROWN_700

      public static final MaterialDesignColors BROWN_700
      The color BROWN 700 with an RGB value of colorToRGB(93, 64, 55).


    • BROWN_800

      public static final MaterialDesignColors BROWN_800
      The color BROWN 800 with an RGB value of colorToRGB(78, 52, 46).


    • BROWN_900

      public static final MaterialDesignColors BROWN_900
      The color BROWN 900 with an RGB value of colorToRGB(62, 39, 35).


    • GREY

      public static final MaterialDesignColors GREY
      The color GREY with an RGB value of colorToRGB(158, 158, 158).


    • GREY_50

      public static final MaterialDesignColors GREY_50
      The color GREY 50 with an RGB value of colorToRGB(250, 250, 250).


    • GREY_100

      public static final MaterialDesignColors GREY_100
      The color GREY 100 with an RGB value of colorToRGB(245, 245, 245).


    • GREY_200

      public static final MaterialDesignColors GREY_200
      The color GREY 200 with an RGB value of colorToRGB(238, 238, 238).


    • GREY_300

      public static final MaterialDesignColors GREY_300
      The color GREY 300 with an RGB value of colorToRGB(224, 224, 224).


    • GREY_400

      public static final MaterialDesignColors GREY_400
      The color GREY 400 with an RGB value of colorToRGB(189, 189, 189).


    • GREY_500

      public static final MaterialDesignColors GREY_500
      The color GREY 500 with an RGB value of colorToRGB(158, 158, 158).


    • GREY_600

      public static final MaterialDesignColors GREY_600
      The color GREY 600 with an RGB value of colorToRGB(117, 117, 117).


    • GREY_700

      public static final MaterialDesignColors GREY_700
      The color GREY 700 with an RGB value of colorToRGB(97, 97, 97).


    • GREY_800

      public static final MaterialDesignColors GREY_800
      The color GREY 800 with an RGB value of colorToRGB(66, 66, 66).


    • GREY_900

      public static final MaterialDesignColors GREY_900
      The color GREY 900 with an RGB value of colorToRGB(33, 33, 33).


    • BLUE_GREY

      public static final MaterialDesignColors BLUE_GREY
      The color BLUE GREY with an RGB value of colorToRGB(96, 125, 139).


    • BLUE_GREY_50

      public static final MaterialDesignColors BLUE_GREY_50
      The color BLUE GREY 50 with an RGB value of colorToRGB(236, 239, 241).


    • BLUE_GREY_100

      public static final MaterialDesignColors BLUE_GREY_100
      The color BLUE GREY 100 with an RGB value of colorToRGB(207, 216, 220).


    • BLUE_GREY_200

      public static final MaterialDesignColors BLUE_GREY_200
      The color BLUE GREY 200 with an RGB value of colorToRGB(176, 190, 197).


    • BLUE_GREY_300

      public static final MaterialDesignColors BLUE_GREY_300
      The color BLUE GREY 300 with an RGB value of colorToRGB(144, 164, 174).


    • BLUE_GREY_400

      public static final MaterialDesignColors BLUE_GREY_400
      The color BLUE GREY 400 with an RGB value of colorToRGB(120, 144, 156).


    • BLUE_GREY_500

      public static final MaterialDesignColors BLUE_GREY_500
      The color BLUE GREY 500 with an RGB value of colorToRGB(96, 125, 139).


    • BLUE_GREY_600

      public static final MaterialDesignColors BLUE_GREY_600
      The color BLUE GREY 600 with an RGB value of colorToRGB(84, 110, 122).


    • BLUE_GREY_700

      public static final MaterialDesignColors BLUE_GREY_700
      The color BLUE GREY 700 with an RGB value of colorToRGB(69, 90, 100).


    • BLUE_GREY_800

      public static final MaterialDesignColors BLUE_GREY_800
      The color BLUE GREY 800 with an RGB value of colorToRGB(55, 71, 79).


    • BLUE_GREY_900

      public static final MaterialDesignColors BLUE_GREY_900
      The color BLUE GREY 900 with an RGB value of colorToRGB(38, 50, 56).


  • Method Details

    • values

      public static MaterialDesignColors[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MaterialDesignColors valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • get

      public javafx.scene.paint.Color get()
      Description copied from interface: Colors
      Returns the corresponding JavaFX color.
      Specified by:
      get in interface Colors
      Returns:
      the corresponding JavaFX color.
    • rgb

      public String rgb()
      Description copied from interface: Colors
      Returns a String expression from the color with the format: colorToRGB(12, 121, 15)
      Specified by:
      rgb in interface Colors
      Returns:
      the String expression.
    • rgba

      public String rgba(double OPACITY)
      Description copied from interface: Colors
      Returns a String expression from the color and opacity with the format: colorToRGBA(12, 121, 15, 0.5)
      Specified by:
      rgba in interface Colors
      Returns:
      the String expression.
    • web

      public String web()
      Description copied from interface: Colors
      Returns a String expression from the color with the format: #AB12CD
      Specified by:
      web in interface Colors
      Returns:
      the String expression.