#D6EA0E

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

Shades of Chartreuse Yellow #D6EA0E

Tints of Chartreuse Yellow #D6EA0E

Color information

#D6EA0E (or 0xD6EA0E) is unknown color: approx Chartreuse Yellow. HEX triplet: D6, EA and 0E. RGB value is (214,234,14). Sum of RGB (Red+Green+Blue) = 214+234+14=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6EA0E is #2915F1. Grayscale: #CBCBCB. Windows color (decimal): -2692594 or 977622. OLE color: 977622.

HSL color Cylindrical-coordinate representation of color #D6EA0E: hue angle of 65.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6EA0E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB21423414-
CMYK0.0900.940.08
HSL65.45º88.71%48.63%-
HSV(B)65.45º94.02%91.76%-
XYZ57.2373.1711.52-
YUV202.9421.37135.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 234 (91.80% from 255) = 50.65%
BLUE value IS 14 (5.86% from 255) = 3.03%
R=46.32%
G=50.65%
B=3.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214234140.0900.940.0865.4588.7148.63
HexD6EAE905E8415931
Octal326352161101361010113161
Binary11010110111010101110100101011110100010000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EA0E; }

 p { color: rgb(214,234,14); }

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

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

 a { background-color: rgb(214,234,14); }

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

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

 span { border-color: rgb(214,234,14); }

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