Shades of Chartreuse Yellow #DDFB0A
Tints of Chartreuse Yellow #DDFB0A
RGB
CMYK
RGB Variations
Color information
#DDFB0A (or 0xDDFB0A) is known color: Chartreuse Yellow. HEX triplet: DD, FB and 0A. RGB value is (221,251,10). Sum of RGB (Red+Green+Blue) = 221+251+10=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFB0A is #2204F5. Grayscale: #D7D7D7. Windows color (decimal): -2229494 or 719837. OLE color: 719837.
HSL color Cylindrical-coordinate representation of color #DDFB0A: hue angle of 67.47º degrees, saturation: 0.97, 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 #DDFB0A is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 10 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.02 |
| HSL | 67.47º | 0.97% | 0.51% | - |
| HSV(B) | 67.47º | 0.96% | 0.98% | - |
| XYZ | 64.37 | 84.39 | 13.18 | - |
| YUV | 214.56 | 12.56 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 10 | 0.12 | 0 | 0.96 | 0.02 | 67.47 | 0.97 | 0.51 |
| Hex | DD | FB | A | C | 0 | 60 | 2 | 43 | 61 | 33 |
| Octal | 335 | 373 | 12 | 14 | 0 | 140 | 2 | 103 | 141 | 63 |
| Binary | 11011101 | 11111011 | 1010 | 1100 | 0 | 1100000 | 10 | 1000011 | 1100001 | 110011 |
Color Harmonies of #DDFB0A
Complementary color
Monochromatic Colors of #DDFB0A
Black with #DDFB0A
Text Example
Text Example
White with #DDFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB0A; }
p { color: rgb(221,251,10); }
H1.HeaderClassName
{
color: #DDFB0A;
}
.AnyTagClassName
{
color: #DDFB0A;
}
</style>
background-color css
<style>
a { background-color: #DDFB0A; }
a { background-color: rgb(221,251,10); }
div.DivClassName
{
background-color: #DDFB0A;
}
.BgClassName
{
background-color: #DDFB0A;
}
</style>
border-color css
<style>
span { border-color: #DDFB0A; }
span { border-color: rgb(221,251,10); }
td.TdClassName
{
border-color: #DDFB0A;
}
.TagClassName
{
border-color: #DDFB0A;
}
</style>