Html Css Color HEX #DDF002 Chartreuse Yellow

📋 copy color: '#DDF002'

red 221 ◦ green 240 ◦ blue 2

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

Shades of Chartreuse Yellow #DDF002

Tints of Chartreuse Yellow #DDF002

RGB

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

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

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

R = 47.73%
G = 51.84%
B = 0.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#DDF002 (or 0xDDF002) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 02. RGB value is (221,240,2). Sum of RGB (Red+Green+Blue) = 221+240+2=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF002 is #220FFD. Grayscale: #D0D0D0. Windows color (decimal): -2232318 or 192733. OLE color: 192733.

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

Color convert

RGB 221 240 2 -
CMYK 0.08 0 0.99 0.06
HSL 64.79º 0.98% 0.47% -
HSV(B) 64.79º 0.99% 0.94% -
XYZ 60.99 77.7 11.84 -
YUV 207.19 12.21 137.85 -
System Red Green Blue C M Y K H S L
Decimal 221 240 2 0.08 0 0.99 0.06 64.79 0.98 0.47
Hex DD F0 2 8 0 63 6 41 62 2F
Octal 335 360 2 10 0 143 6 101 142 57
Binary 11011101 11110000 10 1000 0 1100011 110 1000001 1100010 101111

Color Harmonies of #DDF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF002

Black with #DDF002

Text Example


Text Example

White with #DDF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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