Html Css Color HEX #DDF200 Chartreuse Yellow

📋 copy color: '#DDF200'

red 221 ◦ green 242 ◦ blue 0

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

Shades of Chartreuse Yellow #DDF200

Tints of Chartreuse Yellow #DDF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.73%
G = 52.27%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#DDF200 (or 0xDDF200) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 00. RGB value is (221,242,0). Sum of RGB (Red+Green+Blue) = 221+242+0=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF200 is #220DFF. Grayscale: #D1D1D1. Windows color (decimal): -2231808 or 62173. OLE color: 62173.

HSL color Cylindrical-coordinate representation of color #DDF200: hue angle of 65.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDF200 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 0 -
CMYK 0.09 0 1 0.05
HSL 65.21º 1% 0.47% -
HSV(B) 65.21º 1% 0.95% -
XYZ 61.57 78.88 11.98 -
YUV 208.13 10.54 137.18 -
System Red Green Blue C M Y K H S L
Decimal 221 242 0 0.09 0 1 0.05 65.21 1 0.47
Hex DD F2 0 9 0 64 5 41 64 2F
Octal 335 362 0 11 0 144 5 101 144 57
Binary 11011101 11110010 0 1001 0 1100100 101 1000001 1100100 101111

Color Harmonies of #DDF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF200

Black with #DDF200

Text Example


Text Example

White with #DDF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF200; }

 p { color: rgb(221,242,0); }

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

background-color css

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

 a { background-color: rgb(221,242,0); }

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

border-color css

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

 span { border-color: rgb(221,242,0); }

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