Html Css Color HEX #D6F00D Chartreuse Yellow

📋 copy color: '#D6F00D'

red 214 ◦ green 240 ◦ blue 13

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

Shades of Chartreuse Yellow #D6F00D

Tints of Chartreuse Yellow #D6F00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 45.82%
G = 51.39%
B = 2.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#D6F00D (or 0xD6F00D) is known color: Chartreuse Yellow. HEX triplet: D6, F0 and 0D. RGB value is (214,240,13). Sum of RGB (Red+Green+Blue) = 214+240+13=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F00D is #290FF2. Grayscale: #CFCFCF. Windows color (decimal): -2691059 or 913622. OLE color: 913622.

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

Color convert

RGB 214 240 13 -
CMYK 0.11 0 0.95 0.06
HSL 66.87º 0.9% 0.5% -
HSV(B) 66.87º 0.95% 0.94% -
XYZ 58.96 76.65 12.07 -
YUV 206.35 18.89 133.46 -
System Red Green Blue C M Y K H S L
Decimal 214 240 13 0.11 0 0.95 0.06 66.87 0.9 0.5
Hex D6 F0 D B 0 5F 6 43 5A 32
Octal 326 360 15 13 0 137 6 103 132 62
Binary 11010110 11110000 1101 1011 0 1011111 110 1000011 1011010 110010

Color Harmonies of #D6F00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F00D

Black with #D6F00D

Text Example


Text Example

White with #D6F00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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