Html Css Color HEX #DDF804 Chartreuse Yellow

📋 copy color: '#DDF804'

red 221 ◦ green 248 ◦ blue 4

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

Shades of Chartreuse Yellow #DDF804

Tints of Chartreuse Yellow #DDF804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.43%

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

R = 46.72%
G = 52.43%
B = 0.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#DDF804 (or 0xDDF804) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 04. RGB value is (221,248,4). Sum of RGB (Red+Green+Blue) = 221+248+4=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF804 is #2207FB. Grayscale: #D5D5D5. Windows color (decimal): -2230268 or 325853. OLE color: 325853.

HSL color Cylindrical-coordinate representation of color #DDF804: hue angle of 66.64º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDF804 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 4 -
CMYK 0.11 0 0.98 0.03
HSL 66.64º 0.97% 0.49% -
HSV(B) 66.64º 0.98% 0.97% -
XYZ 63.41 82.52 12.7 -
YUV 212.11 10.55 134.34 -
System Red Green Blue C M Y K H S L
Decimal 221 248 4 0.11 0 0.98 0.03 66.64 0.97 0.49
Hex DD F8 4 B 0 62 3 43 61 31
Octal 335 370 4 13 0 142 3 103 141 61
Binary 11011101 11111000 100 1011 0 1100010 11 1000011 1100001 110001

Color Harmonies of #DDF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF804

Black with #DDF804

Text Example


Text Example

White with #DDF804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF804; }

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

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

background-color css

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

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

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

border-color css

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

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

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