Shades of Chartreuse Yellow #DDF510
Tints of Chartreuse Yellow #DDF510
RGB
CMYK
RGB Variations
Color information
#DDF510 (or 0xDDF510) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 10. RGB value is (221,245,16). Sum of RGB (Red+Green+Blue) = 221+245+16=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF510 is #220AEF. Grayscale: #D4D4D4. Windows color (decimal): -2231024 or 1111517. OLE color: 1111517.
HSL color Cylindrical-coordinate representation of color #DDF510: hue angle of 66.29º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDF510 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 16 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.04 |
| HSL | 66.29º | 0.92% | 0.51% | - |
| HSV(B) | 66.29º | 0.93% | 0.96% | - |
| XYZ | 62.56 | 80.71 | 12.77 | - |
| YUV | 211.72 | 17.55 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 16 | 0.10 | 0 | 0.93 | 0.04 | 66.29 | 0.92 | 0.51 |
| Hex | DD | F5 | 10 | A | 0 | 5D | 4 | 42 | 5C | 33 |
| Octal | 335 | 365 | 20 | 12 | 0 | 135 | 4 | 102 | 134 | 63 |
| Binary | 11011101 | 11110101 | 10000 | 1010 | 0 | 1011101 | 100 | 1000010 | 1011100 | 110011 |
Color Harmonies of #DDF510
Complementary color
Monochromatic Colors of #DDF510
Black with #DDF510
Text Example
Text Example
White with #DDF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF510; }
p { color: rgb(221,245,16); }
H1.HeaderClassName
{
color: #DDF510;
}
.AnyTagClassName
{
color: #DDF510;
}
</style>
background-color css
<style>
a { background-color: #DDF510; }
a { background-color: rgb(221,245,16); }
div.DivClassName
{
background-color: #DDF510;
}
.BgClassName
{
background-color: #DDF510;
}
</style>
border-color css
<style>
span { border-color: #DDF510; }
span { border-color: rgb(221,245,16); }
td.TdClassName
{
border-color: #DDF510;
}
.TagClassName
{
border-color: #DDF510;
}
</style>