Html Css Color HEX #D6F00A Chartreuse Yellow

📋 copy color: '#D6F00A'

red 214 ◦ green 240 ◦ blue 10

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

Shades of Chartreuse Yellow #D6F00A

Tints of Chartreuse Yellow #D6F00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.72%

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

R = 46.12%
G = 51.72%
B = 2.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#D6F00A (or 0xD6F00A) is known color: Chartreuse Yellow. HEX triplet: D6, F0 and 0A. RGB value is (214,240,10). Sum of RGB (Red+Green+Blue) = 214+240+10=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F00A is #290FF5. Grayscale: #CECECE. Windows color (decimal): -2691062 or 717014. OLE color: 717014.

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

Color convert

RGB 214 240 10 -
CMYK 0.11 0 0.96 0.06
HSL 66.78º 0.92% 0.49% -
HSV(B) 66.78º 0.96% 0.94% -
XYZ 58.95 76.64 11.97 -
YUV 206.01 17.39 133.7 -
System Red Green Blue C M Y K H S L
Decimal 214 240 10 0.11 0 0.96 0.06 66.78 0.92 0.49
Hex D6 F0 A B 0 60 6 43 5C 31
Octal 326 360 12 13 0 140 6 103 134 61
Binary 11010110 11110000 1010 1011 0 1100000 110 1000011 1011100 110001

Color Harmonies of #D6F00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F00A

Black with #D6F00A

Text Example


Text Example

White with #D6F00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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