Html Css Color HEX #DDF004 Chartreuse Yellow

📋 copy color: '#DDF004'

red 221 ◦ green 240 ◦ blue 4

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

Shades of Chartreuse Yellow #DDF004

Tints of Chartreuse Yellow #DDF004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 47.53%
G = 51.61%
B = 0.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#DDF004 (or 0xDDF004) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 04. RGB value is (221,240,4). Sum of RGB (Red+Green+Blue) = 221+240+4=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF004 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF004 is #220FFB. Grayscale: #D0D0D0. Windows color (decimal): -2232316 or 323805. OLE color: 323805.

HSL color Cylindrical-coordinate representation of color #DDF004: hue angle of 64.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDF004 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 4 -
CMYK 0.08 0 0.98 0.06
HSL 64.83º 0.97% 0.48% -
HSV(B) 64.83º 0.98% 0.94% -
XYZ 61 77.7 11.9 -
YUV 207.42 13.21 137.69 -
System Red Green Blue C M Y K H S L
Decimal 221 240 4 0.08 0 0.98 0.06 64.83 0.97 0.48
Hex DD F0 4 8 0 62 6 41 61 30
Octal 335 360 4 10 0 142 6 101 141 60
Binary 11011101 11110000 100 1000 0 1100010 110 1000001 1100001 110000

Color Harmonies of #DDF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF004

Black with #DDF004

Text Example


Text Example

White with #DDF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF004; }

 p { color: rgb(221,240,4); }

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

background-color css

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

 a { background-color: rgb(221,240,4); }

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

border-color css

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

 span { border-color: rgb(221,240,4); }

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