Html Css Color HEX #D6DD00 Chartreuse Yellow

📋 copy color: '#D6DD00'

red 214 ◦ green 221 ◦ blue 0

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

Shades of Chartreuse Yellow #D6DD00

Tints of Chartreuse Yellow #D6DD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.2%
G = 50.8%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#D6DD00 (or 0xD6DD00) is known color: Chartreuse Yellow. HEX triplet: D6, DD and 00. RGB value is (214,221,0). Sum of RGB (Red+Green+Blue) = 214+221+0=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DD00 is #2922FF. Grayscale: #C2C2C2. Windows color (decimal): -2695936 or 56790. OLE color: 56790.

HSL color Cylindrical-coordinate representation of color #D6DD00: hue angle of 61.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6DD00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 0 -
CMYK 0.03 0 1 0.13
HSL 61.9º 1% 0.43% -
HSV(B) 61.9º 1% 0.87% -
XYZ 53.59 66.01 9.92 -
YUV 193.71 18.68 142.47 -
System Red Green Blue C M Y K H S L
Decimal 214 221 0 0.03 0 1 0.13 61.9 1 0.43
Hex D6 DD 0 3 0 64 D 3E 64 2B
Octal 326 335 0 3 0 144 15 76 144 53
Binary 11010110 11011101 0 11 0 1100100 1101 111110 1100100 101011

Color Harmonies of #D6DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD00

Black with #D6DD00

Text Example


Text Example

White with #D6DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD00; }

 p { color: rgb(214,221,0); }

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

background-color css

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

 a { background-color: rgb(214,221,0); }

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

border-color css

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

 span { border-color: rgb(214,221,0); }

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