Shades of Chartreuse Yellow #DDF508
Tints of Chartreuse Yellow #DDF508
RGB
CMYK
RGB Variations
Color information
#DDF508 (or 0xDDF508) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 08. RGB value is (221,245,8). Sum of RGB (Red+Green+Blue) = 221+245+8=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF508 is #220AF7. Grayscale: #D3D3D3. Windows color (decimal): -2231032 or 587229. OLE color: 587229.
HSL color Cylindrical-coordinate representation of color #DDF508: hue angle of 66.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDF508 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 8 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.04 |
| HSL | 66.08º | 0.94% | 0.5% | - |
| HSV(B) | 66.08º | 0.97% | 0.96% | - |
| XYZ | 62.52 | 80.69 | 12.51 | - |
| YUV | 210.81 | 13.55 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 8 | 0.10 | 0 | 0.97 | 0.04 | 66.08 | 0.94 | 0.5 |
| Hex | DD | F5 | 8 | A | 0 | 61 | 4 | 42 | 5E | 32 |
| Octal | 335 | 365 | 10 | 12 | 0 | 141 | 4 | 102 | 136 | 62 |
| Binary | 11011101 | 11110101 | 1000 | 1010 | 0 | 1100001 | 100 | 1000010 | 1011110 | 110010 |
Color Harmonies of #DDF508
Complementary color
Monochromatic Colors of #DDF508
Black with #DDF508
Text Example
Text Example
White with #DDF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF508; }
p { color: rgb(221,245,8); }
H1.HeaderClassName
{
color: #DDF508;
}
.AnyTagClassName
{
color: #DDF508;
}
</style>
background-color css
<style>
a { background-color: #DDF508; }
a { background-color: rgb(221,245,8); }
div.DivClassName
{
background-color: #DDF508;
}
.BgClassName
{
background-color: #DDF508;
}
</style>
border-color css
<style>
span { border-color: #DDF508; }
span { border-color: rgb(221,245,8); }
td.TdClassName
{
border-color: #DDF508;
}
.TagClassName
{
border-color: #DDF508;
}
</style>