Shades of Chartreuse Yellow #DDF216
Tints of Chartreuse Yellow #DDF216
RGB
CMYK
RGB Variations
Color information
#DDF216 (or 0xDDF216) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 16. RGB value is (221,242,22). Sum of RGB (Red+Green+Blue) = 221+242+22=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF216 is #220DE9. Grayscale: #D3D3D3. Windows color (decimal): -2231786 or 1503965. OLE color: 1503965.
HSL color Cylindrical-coordinate representation of color #DDF216: hue angle of 65.73º 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 #DDF216 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 22 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.05 |
| HSL | 65.73º | 0.89% | 0.52% | - |
| HSV(B) | 65.73º | 0.91% | 0.95% | - |
| XYZ | 61.72 | 78.93 | 12.74 | - |
| YUV | 210.64 | 21.54 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 22 | 0.09 | 0 | 0.91 | 0.05 | 65.73 | 0.89 | 0.52 |
| Hex | DD | F2 | 16 | 9 | 0 | 5B | 5 | 42 | 59 | 34 |
| Octal | 335 | 362 | 26 | 11 | 0 | 133 | 5 | 102 | 131 | 64 |
| Binary | 11011101 | 11110010 | 10110 | 1001 | 0 | 1011011 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DDF216
Complementary color
Monochromatic Colors of #DDF216
Black with #DDF216
Text Example
Text Example
White with #DDF216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF216; }
p { color: rgb(221,242,22); }
H1.HeaderClassName
{
color: #DDF216;
}
.AnyTagClassName
{
color: #DDF216;
}
</style>
background-color css
<style>
a { background-color: #DDF216; }
a { background-color: rgb(221,242,22); }
div.DivClassName
{
background-color: #DDF216;
}
.BgClassName
{
background-color: #DDF216;
}
</style>
border-color css
<style>
span { border-color: #DDF216; }
span { border-color: rgb(221,242,22); }
td.TdClassName
{
border-color: #DDF216;
}
.TagClassName
{
border-color: #DDF216;
}
</style>