Shades of Chartreuse Yellow #DDFA0A
Tints of Chartreuse Yellow #DDFA0A
RGB
CMYK
RGB Variations
Color information
#DDFA0A (or 0xDDFA0A) is known color: Chartreuse Yellow. HEX triplet: DD, FA and 0A. RGB value is (221,250,10). Sum of RGB (Red+Green+Blue) = 221+250+10=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFA0A is #2205F5. Grayscale: #D6D6D6. Windows color (decimal): -2229750 or 719581. OLE color: 719581.
HSL color Cylindrical-coordinate representation of color #DDFA0A: hue angle of 67.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDFA0A is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 10 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.02 |
| HSL | 67.25º | 0.96% | 0.51% | - |
| HSV(B) | 67.25º | 0.96% | 0.98% | - |
| XYZ | 64.06 | 83.77 | 13.08 | - |
| YUV | 213.97 | 12.89 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 10 | 0.12 | 0 | 0.96 | 0.02 | 67.25 | 0.96 | 0.51 |
| Hex | DD | FA | A | C | 0 | 60 | 2 | 43 | 60 | 33 |
| Octal | 335 | 372 | 12 | 14 | 0 | 140 | 2 | 103 | 140 | 63 |
| Binary | 11011101 | 11111010 | 1010 | 1100 | 0 | 1100000 | 10 | 1000011 | 1100000 | 110011 |
Color Harmonies of #DDFA0A
Complementary color
Monochromatic Colors of #DDFA0A
Black with #DDFA0A
Text Example
Text Example
White with #DDFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFA0A; }
p { color: rgb(221,250,10); }
H1.HeaderClassName
{
color: #DDFA0A;
}
.AnyTagClassName
{
color: #DDFA0A;
}
</style>
background-color css
<style>
a { background-color: #DDFA0A; }
a { background-color: rgb(221,250,10); }
div.DivClassName
{
background-color: #DDFA0A;
}
.BgClassName
{
background-color: #DDFA0A;
}
</style>
border-color css
<style>
span { border-color: #DDFA0A; }
span { border-color: rgb(221,250,10); }
td.TdClassName
{
border-color: #DDFA0A;
}
.TagClassName
{
border-color: #DDFA0A;
}
</style>