Shades of Chartreuse Yellow #DDFD0A
Tints of Chartreuse Yellow #DDFD0A
RGB
CMYK
RGB Variations
Color information
#DDFD0A (or 0xDDFD0A) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 0A. RGB value is (221,253,10). Sum of RGB (Red+Green+Blue) = 221+253+10=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD0A is #2202F5. Grayscale: #D8D8D8. Windows color (decimal): -2228982 or 720349. OLE color: 720349.
HSL color Cylindrical-coordinate representation of color #DDFD0A: hue angle of 67.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDFD0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.01 |
| HSL | 67.9º | 0.98% | 0.52% | - |
| HSV(B) | 67.9º | 0.96% | 0.99% | - |
| XYZ | 65 | 85.64 | 13.39 | - |
| YUV | 215.73 | 11.9 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 10 | 0.13 | 0 | 0.96 | 0.01 | 67.9 | 0.98 | 0.52 |
| Hex | DD | FD | A | D | 0 | 60 | 1 | 44 | 62 | 34 |
| Octal | 335 | 375 | 12 | 15 | 0 | 140 | 1 | 104 | 142 | 64 |
| Binary | 11011101 | 11111101 | 1010 | 1101 | 0 | 1100000 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DDFD0A
Complementary color
Monochromatic Colors of #DDFD0A
Black with #DDFD0A
Text Example
Text Example
White with #DDFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD0A; }
p { color: rgb(221,253,10); }
H1.HeaderClassName
{
color: #DDFD0A;
}
.AnyTagClassName
{
color: #DDFD0A;
}
</style>
background-color css
<style>
a { background-color: #DDFD0A; }
a { background-color: rgb(221,253,10); }
div.DivClassName
{
background-color: #DDFD0A;
}
.BgClassName
{
background-color: #DDFD0A;
}
</style>
border-color css
<style>
span { border-color: #DDFD0A; }
span { border-color: rgb(221,253,10); }
td.TdClassName
{
border-color: #DDFD0A;
}
.TagClassName
{
border-color: #DDFD0A;
}
</style>