Shades of Chartreuse Yellow #DDF215
Tints of Chartreuse Yellow #DDF215
RGB
CMYK
RGB Variations
Color information
#DDF215 (or 0xDDF215) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 15. RGB value is (221,242,21). Sum of RGB (Red+Green+Blue) = 221+242+21=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF215 is #220DEA. Grayscale: #D3D3D3. Windows color (decimal): -2231787 or 1438429. OLE color: 1438429.
HSL color Cylindrical-coordinate representation of color #DDF215: hue angle of 65.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDF215 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.05 |
| HSL | 65.7º | 0.89% | 0.52% | - |
| HSV(B) | 65.7º | 0.91% | 0.95% | - |
| XYZ | 61.71 | 78.93 | 12.69 | - |
| YUV | 210.53 | 21.04 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 21 | 0.09 | 0 | 0.91 | 0.05 | 65.7 | 0.89 | 0.52 |
| Hex | DD | F2 | 15 | 9 | 0 | 5B | 5 | 42 | 59 | 34 |
| Octal | 335 | 362 | 25 | 11 | 0 | 133 | 5 | 102 | 131 | 64 |
| Binary | 11011101 | 11110010 | 10101 | 1001 | 0 | 1011011 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DDF215
Complementary color
Monochromatic Colors of #DDF215
Black with #DDF215
Text Example
Text Example
White with #DDF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF215; }
p { color: rgb(221,242,21); }
H1.HeaderClassName
{
color: #DDF215;
}
.AnyTagClassName
{
color: #DDF215;
}
</style>
background-color css
<style>
a { background-color: #DDF215; }
a { background-color: rgb(221,242,21); }
div.DivClassName
{
background-color: #DDF215;
}
.BgClassName
{
background-color: #DDF215;
}
</style>
border-color css
<style>
span { border-color: #DDF215; }
span { border-color: rgb(221,242,21); }
td.TdClassName
{
border-color: #DDF215;
}
.TagClassName
{
border-color: #DDF215;
}
</style>