Html Css Color HEX #DDE008 Chartreuse Yellow

📋 copy color: '#DDE008'

red 221 ◦ green 224 ◦ blue 8

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

Shades of Chartreuse Yellow #DDE008

Tints of Chartreuse Yellow #DDE008

RGB

 RED value IS 221 (86.72% from 255) = 48.79%

 GREEN value IS 224 (87.89% from 255) = 49.45%

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 48.79%
G = 49.45%
B = 1.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#DDE008 (or 0xDDE008) is known color: Chartreuse Yellow. HEX triplet: DD, E0 and 08. RGB value is (221,224,8). Sum of RGB (Red+Green+Blue) = 221+224+8=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE008 is #221FF7. Grayscale: #C7C7C7. Windows color (decimal): -2236408 or 581853. OLE color: 581853.

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

Color convert

RGB 221 224 8 -
CMYK 0.01 0 0.96 0.12
HSL 60.83º 0.93% 0.45% -
HSV(B) 60.83º 0.96% 0.88% -
XYZ 56.52 68.7 10.51 -
YUV 198.48 20.51 144.06 -
System Red Green Blue C M Y K H S L
Decimal 221 224 8 0.01 0 0.96 0.12 60.83 0.93 0.45
Hex DD E0 8 1 0 60 C 3D 5D 2D
Octal 335 340 10 1 0 140 14 75 135 55
Binary 11011101 11100000 1000 1 0 1100000 1100 111101 1011101 101101

Color Harmonies of #DDE008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE008

Black with #DDE008

Text Example


Text Example

White with #DDE008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE008; }

 p { color: rgb(221,224,8); }

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

background-color css

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

 a { background-color: rgb(221,224,8); }

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

border-color css

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

 span { border-color: rgb(221,224,8); }

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