Shades of Chartreuse Yellow #DDFB00
Tints of Chartreuse Yellow #DDFB00
RGB
CMYK
RGB Variations
Color information
#DDFB00 (or 0xDDFB00) is known color: Chartreuse Yellow. HEX triplet: DD, FB and 00. RGB value is (221,251,0). Sum of RGB (Red+Green+Blue) = 221+251+0=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFB00 is #2204FF. Grayscale: #D6D6D6. Windows color (decimal): -2229504 or 64477. OLE color: 64477.
HSL color Cylindrical-coordinate representation of color #DDFB00: hue angle of 67.17º 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 #DDFB00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.02 |
| HSL | 67.17º | 1% | 0.49% | - |
| HSV(B) | 67.17º | 1% | 0.98% | - |
| XYZ | 64.32 | 84.37 | 12.89 | - |
| YUV | 213.42 | 7.56 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 0 | 0.12 | 0 | 1 | 0.02 | 67.17 | 1 | 0.49 |
| Hex | DD | FB | 0 | C | 0 | 64 | 2 | 43 | 64 | 31 |
| Octal | 335 | 373 | 0 | 14 | 0 | 144 | 2 | 103 | 144 | 61 |
| Binary | 11011101 | 11111011 | 0 | 1100 | 0 | 1100100 | 10 | 1000011 | 1100100 | 110001 |
Color Harmonies of #DDFB00
Complementary color
Monochromatic Colors of #DDFB00
Black with #DDFB00
Text Example
Text Example
White with #DDFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB00; }
p { color: rgb(221,251,0); }
H1.HeaderClassName
{
color: #DDFB00;
}
.AnyTagClassName
{
color: #DDFB00;
}
</style>
background-color css
<style>
a { background-color: #DDFB00; }
a { background-color: rgb(221,251,0); }
div.DivClassName
{
background-color: #DDFB00;
}
.BgClassName
{
background-color: #DDFB00;
}
</style>
border-color css
<style>
span { border-color: #DDFB00; }
span { border-color: rgb(221,251,0); }
td.TdClassName
{
border-color: #DDFB00;
}
.TagClassName
{
border-color: #DDFB00;
}
</style>