Shades of Chartreuse Yellow #DDFF08
Tints of Chartreuse Yellow #DDFF08
RGB
CMYK
RGB Variations
Color information
#DDFF08 (or 0xDDFF08) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 08. RGB value is (221,255,8). Sum of RGB (Red+Green+Blue) = 221+255+8=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 8 (3.52% from 255 or 1.65% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF08 is #2200F7. Grayscale: #D9D9D9. Windows color (decimal): -2228472 or 589789. OLE color: 589789.
HSL color Cylindrical-coordinate representation of color #DDFF08: hue angle of 68.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDFF08 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 8 | - |
| CMYK | 0.13 | 0 | 0.97 | 0 |
| HSL | 68.26º | 1% | 0.52% | - |
| HSV(B) | 68.26º | 0.97% | 1% | - |
| XYZ | 65.62 | 86.91 | 13.55 | - |
| YUV | 216.68 | 10.24 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 8 | 0.13 | 0 | 0.97 | 0 | 68.26 | 1 | 0.52 |
| Hex | DD | FF | 8 | D | 0 | 61 | 0 | 44 | 64 | 34 |
| Octal | 335 | 377 | 10 | 15 | 0 | 141 | 0 | 104 | 144 | 64 |
| Binary | 11011101 | 11111111 | 1000 | 1101 | 0 | 1100001 | 0 | 1000100 | 1100100 | 110100 |
Color Harmonies of #DDFF08
Complementary color
Monochromatic Colors of #DDFF08
Black with #DDFF08
Text Example
Text Example
White with #DDFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF08; }
p { color: rgb(221,255,8); }
H1.HeaderClassName
{
color: #DDFF08;
}
.AnyTagClassName
{
color: #DDFF08;
}
</style>
background-color css
<style>
a { background-color: #DDFF08; }
a { background-color: rgb(221,255,8); }
div.DivClassName
{
background-color: #DDFF08;
}
.BgClassName
{
background-color: #DDFF08;
}
</style>
border-color css
<style>
span { border-color: #DDFF08; }
span { border-color: rgb(221,255,8); }
td.TdClassName
{
border-color: #DDFF08;
}
.TagClassName
{
border-color: #DDFF08;
}
</style>