Html Css Color HEX #DDEA00 Chartreuse Yellow

📋 copy color: '#DDEA00'

red 221 ◦ green 234 ◦ blue 0

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

Shades of Chartreuse Yellow #DDEA00

Tints of Chartreuse Yellow #DDEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.43%

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

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#DDEA00 (or 0xDDEA00) is known color: Chartreuse Yellow. HEX triplet: DD, EA and 00. RGB value is (221,234,0). Sum of RGB (Red+Green+Blue) = 221+234+0=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEA00 is #2215FF. Grayscale: #CCCCCC. Windows color (decimal): -2233856 or 60125. OLE color: 60125.

HSL color Cylindrical-coordinate representation of color #DDEA00: hue angle of 63.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDEA00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 0 -
CMYK 0.06 0 1 0.08
HSL 63.33º 1% 0.46% -
HSV(B) 63.33º 1% 0.92% -
XYZ 59.24 74.22 11.2 -
YUV 203.44 13.19 140.53 -
System Red Green Blue C M Y K H S L
Decimal 221 234 0 0.06 0 1 0.08 63.33 1 0.46
Hex DD EA 0 6 0 64 8 3F 64 2E
Octal 335 352 0 6 0 144 10 77 144 56
Binary 11011101 11101010 0 110 0 1100100 1000 111111 1100100 101110

Color Harmonies of #DDEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA00

Black with #DDEA00

Text Example


Text Example

White with #DDEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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