Shades of Chartreuse Yellow #DDFF02
Tints of Chartreuse Yellow #DDFF02
RGB
CMYK
RGB Variations
Color information
#DDFF02 (or 0xDDFF02) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 02. RGB value is (221,255,2). Sum of RGB (Red+Green+Blue) = 221+255+2=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 2 (1.17% from 255 or 0.42% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF02 is #2200FD. Grayscale: #D8D8D8. Windows color (decimal): -2228478 or 196573. OLE color: 196573.
HSL color Cylindrical-coordinate representation of color #DDFF02: hue angle of 68.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDFF02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0 |
| HSL | 68.06º | 1% | 0.5% | - |
| HSV(B) | 68.06º | 0.99% | 1% | - |
| XYZ | 65.59 | 86.9 | 13.37 | - |
| YUV | 215.99 | 7.24 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 2 | 0.13 | 0 | 0.99 | 0 | 68.06 | 1 | 0.5 |
| Hex | DD | FF | 2 | D | 0 | 63 | 0 | 44 | 64 | 32 |
| Octal | 335 | 377 | 2 | 15 | 0 | 143 | 0 | 104 | 144 | 62 |
| Binary | 11011101 | 11111111 | 10 | 1101 | 0 | 1100011 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DDFF02
Complementary color
Monochromatic Colors of #DDFF02
Black with #DDFF02
Text Example
Text Example
White with #DDFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF02; }
p { color: rgb(221,255,2); }
H1.HeaderClassName
{
color: #DDFF02;
}
.AnyTagClassName
{
color: #DDFF02;
}
</style>
background-color css
<style>
a { background-color: #DDFF02; }
a { background-color: rgb(221,255,2); }
div.DivClassName
{
background-color: #DDFF02;
}
.BgClassName
{
background-color: #DDFF02;
}
</style>
border-color css
<style>
span { border-color: #DDFF02; }
span { border-color: rgb(221,255,2); }
td.TdClassName
{
border-color: #DDFF02;
}
.TagClassName
{
border-color: #DDFF02;
}
</style>