Shades of Chartreuse Yellow #DDFF10
Tints of Chartreuse Yellow #DDFF10
RGB
CMYK
RGB Variations
Color information
#DDFF10 (or 0xDDFF10) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 10. RGB value is (221,255,16). Sum of RGB (Red+Green+Blue) = 221+255+16=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 16 (6.64% from 255 or 3.25% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF10 is #2200EF. Grayscale: #DADADA. Windows color (decimal): -2228464 or 1114077. OLE color: 1114077.
HSL color Cylindrical-coordinate representation of color #DDFF10: hue angle of 68.54º 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 #DDFF10 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 16 | - |
| CMYK | 0.13 | 0 | 0.94 | 0 |
| HSL | 68.54º | 1% | 0.53% | - |
| HSV(B) | 68.54º | 0.94% | 1% | - |
| XYZ | 65.67 | 86.93 | 13.81 | - |
| YUV | 217.59 | 14.24 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 16 | 0.13 | 0 | 0.94 | 0 | 68.54 | 1 | 0.53 |
| Hex | DD | FF | 10 | D | 0 | 5E | 0 | 45 | 64 | 35 |
| Octal | 335 | 377 | 20 | 15 | 0 | 136 | 0 | 105 | 144 | 65 |
| Binary | 11011101 | 11111111 | 10000 | 1101 | 0 | 1011110 | 0 | 1000101 | 1100100 | 110101 |
Color Harmonies of #DDFF10
Complementary color
Monochromatic Colors of #DDFF10
Black with #DDFF10
Text Example
Text Example
White with #DDFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF10; }
p { color: rgb(221,255,16); }
H1.HeaderClassName
{
color: #DDFF10;
}
.AnyTagClassName
{
color: #DDFF10;
}
</style>
background-color css
<style>
a { background-color: #DDFF10; }
a { background-color: rgb(221,255,16); }
div.DivClassName
{
background-color: #DDFF10;
}
.BgClassName
{
background-color: #DDFF10;
}
</style>
border-color css
<style>
span { border-color: #DDFF10; }
span { border-color: rgb(221,255,16); }
td.TdClassName
{
border-color: #DDFF10;
}
.TagClassName
{
border-color: #DDFF10;
}
</style>