Html Css Color HEX #DDF20F Chartreuse Yellow

📋 copy color: '#DDF20F'

red 221 ◦ green 242 ◦ blue 15

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

Shades of Chartreuse Yellow #DDF20F

Tints of Chartreuse Yellow #DDF20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.14%

R = 46.23%
G = 50.63%
B = 3.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#DDF20F (or 0xDDF20F) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 0F. RGB value is (221,242,15). Sum of RGB (Red+Green+Blue) = 221+242+15=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF20F is #220DF0. Grayscale: #D2D2D2. Windows color (decimal): -2231793 or 1045213. OLE color: 1045213.

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

Color convert

RGB 221 242 15 -
CMYK 0.09 0 0.94 0.05
HSL 65.55º 0.9% 0.5% -
HSV(B) 65.55º 0.94% 0.95% -
XYZ 61.66 78.91 12.43 -
YUV 209.84 18.04 135.96 -
System Red Green Blue C M Y K H S L
Decimal 221 242 15 0.09 0 0.94 0.05 65.55 0.9 0.5
Hex DD F2 F 9 0 5E 5 42 5A 32
Octal 335 362 17 11 0 136 5 102 132 62
Binary 11011101 11110010 1111 1001 0 1011110 101 1000010 1011010 110010

Color Harmonies of #DDF20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF20F

Black with #DDF20F

Text Example


Text Example

White with #DDF20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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