Html Css Color HEX #DDF504 Chartreuse Yellow

📋 copy color: '#DDF504'

red 221 ◦ green 245 ◦ blue 4

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

Shades of Chartreuse Yellow #DDF504

Tints of Chartreuse Yellow #DDF504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.13%

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

R = 47.02%
G = 52.13%
B = 0.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#DDF504 (or 0xDDF504) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 04. RGB value is (221,245,4). Sum of RGB (Red+Green+Blue) = 221+245+4=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF504 is #220AFB. Grayscale: #D3D3D3. Windows color (decimal): -2231036 or 325085. OLE color: 325085.

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

Color convert

RGB 221 245 4 -
CMYK 0.10 0 0.98 0.04
HSL 65.98º 0.97% 0.49% -
HSV(B) 65.98º 0.98% 0.96% -
XYZ 62.49 80.69 12.4 -
YUV 210.35 11.55 135.6 -
System Red Green Blue C M Y K H S L
Decimal 221 245 4 0.10 0 0.98 0.04 65.98 0.97 0.49
Hex DD F5 4 A 0 62 4 42 61 31
Octal 335 365 4 12 0 142 4 102 141 61
Binary 11011101 11110101 100 1010 0 1100010 100 1000010 1100001 110001

Color Harmonies of #DDF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF504

Black with #DDF504

Text Example


Text Example

White with #DDF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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