Html Css Color HEX #DDF502 Chartreuse Yellow

📋 copy color: '#DDF502'

red 221 ◦ green 245 ◦ blue 2

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

Shades of Chartreuse Yellow #DDF502

Tints of Chartreuse Yellow #DDF502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 47.22%
G = 52.35%
B = 0.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#DDF502 (or 0xDDF502) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 02. RGB value is (221,245,2). Sum of RGB (Red+Green+Blue) = 221+245+2=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF502 is #220AFD. Grayscale: #D3D3D3. Windows color (decimal): -2231038 or 194013. OLE color: 194013.

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

Color convert

RGB 221 245 2 -
CMYK 0.10 0 0.99 0.04
HSL 65.93º 0.98% 0.48% -
HSV(B) 65.93º 0.99% 0.96% -
XYZ 62.48 80.68 12.34 -
YUV 210.12 10.55 135.76 -
System Red Green Blue C M Y K H S L
Decimal 221 245 2 0.10 0 0.99 0.04 65.93 0.98 0.48
Hex DD F5 2 A 0 63 4 42 62 30
Octal 335 365 2 12 0 143 4 102 142 60
Binary 11011101 11110101 10 1010 0 1100011 100 1000010 1100010 110000

Color Harmonies of #DDF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF502

Black with #DDF502

Text Example


Text Example

White with #DDF502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF502; }

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

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

background-color css

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

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

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

border-color css

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

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

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