Shades of Chartreuse Yellow #DDFF0F
Tints of Chartreuse Yellow #DDFF0F
RGB
CMYK
RGB Variations
Color information
#DDFF0F (or 0xDDFF0F) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 0F. RGB value is (221,255,15). Sum of RGB (Red+Green+Blue) = 221+255+15=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 15 (6.25% from 255 or 3.05% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF0F is #2200F0. Grayscale: #DADADA. Windows color (decimal): -2228465 or 1048541. OLE color: 1048541.
HSL color Cylindrical-coordinate representation of color #DDFF0F: hue angle of 68.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDFF0F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 15 | - |
| CMYK | 0.13 | 0 | 0.94 | 0 |
| HSL | 68.5º | 1% | 0.53% | - |
| HSV(B) | 68.5º | 0.94% | 1% | - |
| XYZ | 65.67 | 86.93 | 13.77 | - |
| YUV | 217.47 | 13.74 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 15 | 0.13 | 0 | 0.94 | 0 | 68.5 | 1 | 0.53 |
| Hex | DD | FF | F | D | 0 | 5E | 0 | 44 | 64 | 35 |
| Octal | 335 | 377 | 17 | 15 | 0 | 136 | 0 | 104 | 144 | 65 |
| Binary | 11011101 | 11111111 | 1111 | 1101 | 0 | 1011110 | 0 | 1000100 | 1100100 | 110101 |
Color Harmonies of #DDFF0F
Complementary color
Monochromatic Colors of #DDFF0F
Black with #DDFF0F
Text Example
Text Example
White with #DDFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF0F; }
p { color: rgb(221,255,15); }
H1.HeaderClassName
{
color: #DDFF0F;
}
.AnyTagClassName
{
color: #DDFF0F;
}
</style>
background-color css
<style>
a { background-color: #DDFF0F; }
a { background-color: rgb(221,255,15); }
div.DivClassName
{
background-color: #DDFF0F;
}
.BgClassName
{
background-color: #DDFF0F;
}
</style>
border-color css
<style>
span { border-color: #DDFF0F; }
span { border-color: rgb(221,255,15); }
td.TdClassName
{
border-color: #DDFF0F;
}
.TagClassName
{
border-color: #DDFF0F;
}
</style>