Shades of Chartreuse Yellow #DDFA00
Tints of Chartreuse Yellow #DDFA00
RGB
CMYK
RGB Variations
Color information
#DDFA00 (or 0xDDFA00) is known color: Chartreuse Yellow. HEX triplet: DD, FA and 00. RGB value is (221,250,0). Sum of RGB (Red+Green+Blue) = 221+250+0=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFA00 is #2205FF. Grayscale: #D5D5D5. Windows color (decimal): -2229760 or 64221. OLE color: 64221.
HSL color Cylindrical-coordinate representation of color #DDFA00: hue angle of 66.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDFA00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.02 |
| HSL | 66.96º | 1% | 0.49% | - |
| HSV(B) | 66.96º | 1% | 0.98% | - |
| XYZ | 64 | 83.74 | 12.79 | - |
| YUV | 212.83 | 7.89 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 0 | 0.12 | 0 | 1 | 0.02 | 66.96 | 1 | 0.49 |
| Hex | DD | FA | 0 | C | 0 | 64 | 2 | 43 | 64 | 31 |
| Octal | 335 | 372 | 0 | 14 | 0 | 144 | 2 | 103 | 144 | 61 |
| Binary | 11011101 | 11111010 | 0 | 1100 | 0 | 1100100 | 10 | 1000011 | 1100100 | 110001 |
Color Harmonies of #DDFA00
Complementary color
Monochromatic Colors of #DDFA00
Black with #DDFA00
Text Example
Text Example
White with #DDFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFA00; }
p { color: rgb(221,250,0); }
H1.HeaderClassName
{
color: #DDFA00;
}
.AnyTagClassName
{
color: #DDFA00;
}
</style>
background-color css
<style>
a { background-color: #DDFA00; }
a { background-color: rgb(221,250,0); }
div.DivClassName
{
background-color: #DDFA00;
}
.BgClassName
{
background-color: #DDFA00;
}
</style>
border-color css
<style>
span { border-color: #DDFA00; }
span { border-color: rgb(221,250,0); }
td.TdClassName
{
border-color: #DDFA00;
}
.TagClassName
{
border-color: #DDFA00;
}
</style>