Html Css Color HEX #D6E10A Chartreuse Yellow

📋 copy color: '#D6E10A'

red 214 ◦ green 225 ◦ blue 10

#D6E10A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #D6E10A

Tints of Chartreuse Yellow #D6E10A

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 47.66%
G = 50.11%
B = 2.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#D6E10A (or 0xD6E10A) is known color: Chartreuse Yellow. HEX triplet: D6, E1 and 0A. RGB value is (214,225,10). Sum of RGB (Red+Green+Blue) = 214+225+10=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E10A is #291EF5. Grayscale: #C6C6C6. Windows color (decimal): -2694902 or 713174. OLE color: 713174.

HSL color Cylindrical-coordinate representation of color #D6E10A: hue angle of 63.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6E10A is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 10 -
CMYK 0.05 0 0.96 0.12
HSL 63.07º 0.91% 0.46% -
HSV(B) 63.07º 0.96% 0.88% -
XYZ 54.71 68.17 10.56 -
YUV 197.2 22.36 139.98 -
System Red Green Blue C M Y K H S L
Decimal 214 225 10 0.05 0 0.96 0.12 63.07 0.91 0.46
Hex D6 E1 A 5 0 60 C 3F 5B 2E
Octal 326 341 12 5 0 140 14 77 133 56
Binary 11010110 11100001 1010 101 0 1100000 1100 111111 1011011 101110

Color Harmonies of #D6E10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E10A

Black with #D6E10A

Text Example


Text Example

White with #D6E10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E10A; }

 p { color: rgb(214,225,10); }

 H1.HeaderClassName
 {
   color: #D6E10A;
 }
 .AnyTagClassName
 {
   color: #D6E10A;
 }
</style>

background-color css

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

 a { background-color: rgb(214,225,10); }

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

border-color css

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

 span { border-color: rgb(214,225,10); }

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