#D6EE12

Color #D6EE12 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #D6EE12

Tints of Chartreuse Yellow #D6EE12

Color information

#D6EE12 (or 0xD6EE12) is unknown color: approx Chartreuse Yellow. HEX triplet: D6, EE and 12. RGB value is (214,238,18). Sum of RGB (Red+Green+Blue) = 214+238+18=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6EE12 is #2911ED. Grayscale: #CECECE. Windows color (decimal): -2691566 or 1240790. OLE color: 1240790.

HSL color Cylindrical-coordinate representation of color #D6EE12: hue angle of 66.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6EE12 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB21423818-
CMYK0.1000.920.07
HSL66.55º86.61%50.2%-
HSV(B)66.55º92.44%93.33%-
XYZ58.4275.4912.06-
YUV205.7422.05133.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 238 (93.36% from 255) = 50.64%
BLUE value IS 18 (7.42% from 255) = 3.83%
R=45.53%
G=50.64%
B=3.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214238180.1000.920.0766.5586.6150.2
HexD6EE12A05C7435732
Octal32635622120134710312762
Binary11010110111011101001010100101110011110000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EE12; }

 p { color: rgb(214,238,18); }

 H1.HeaderClassName
 {
   color: #D6EE12;
 }
 .AnyTagClassName
 {
   color: #D6EE12;
 }
</style>
background-color css

<style>
 a { background-color: #D6EE12; }

 a { background-color: rgb(214,238,18); }

 div.DivClassName
 {
   background-color: #D6EE12;
 }
 .BgClassName
 {
   background-color: #D6EE12;
 }
</style>
border-color css

<style>
 span { border-color: #D6EE12; }

 span { border-color: rgb(214,238,18); }

 td.TdClassName
 {
   border-color: #D6EE12;
 }
 .TagClassName
 {
   border-color: #D6EE12;
 }
</style>