Shades of Chartreuse Yellow #DDF208
Tints of Chartreuse Yellow #DDF208
RGB
CMYK
RGB Variations
Color information
#DDF208 (or 0xDDF208) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 08. RGB value is (221,242,8). Sum of RGB (Red+Green+Blue) = 221+242+8=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF208 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF208 is #220DF7. Grayscale: #D1D1D1. Windows color (decimal): -2231800 or 586461. OLE color: 586461.
HSL color Cylindrical-coordinate representation of color #DDF208: hue angle of 65.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDF208 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 8 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.05 |
| HSL | 65.38º | 0.94% | 0.49% | - |
| HSV(B) | 65.38º | 0.97% | 0.95% | - |
| XYZ | 61.61 | 78.89 | 12.21 | - |
| YUV | 209.05 | 14.54 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 8 | 0.09 | 0 | 0.97 | 0.05 | 65.38 | 0.94 | 0.49 |
| Hex | DD | F2 | 8 | 9 | 0 | 61 | 5 | 41 | 5E | 31 |
| Octal | 335 | 362 | 10 | 11 | 0 | 141 | 5 | 101 | 136 | 61 |
| Binary | 11011101 | 11110010 | 1000 | 1001 | 0 | 1100001 | 101 | 1000001 | 1011110 | 110001 |
Color Harmonies of #DDF208
Complementary color
Monochromatic Colors of #DDF208
Black with #DDF208
Text Example
Text Example
White with #DDF208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF208; }
p { color: rgb(221,242,8); }
H1.HeaderClassName
{
color: #DDF208;
}
.AnyTagClassName
{
color: #DDF208;
}
</style>
background-color css
<style>
a { background-color: #DDF208; }
a { background-color: rgb(221,242,8); }
div.DivClassName
{
background-color: #DDF208;
}
.BgClassName
{
background-color: #DDF208;
}
</style>
border-color css
<style>
span { border-color: #DDF208; }
span { border-color: rgb(221,242,8); }
td.TdClassName
{
border-color: #DDF208;
}
.TagClassName
{
border-color: #DDF208;
}
</style>