Shades of Chartreuse Yellow #DDF115
Tints of Chartreuse Yellow #DDF115
RGB
CMYK
RGB Variations
Color information
#DDF115 (or 0xDDF115) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 15. RGB value is (221,241,21). Sum of RGB (Red+Green+Blue) = 221+241+21=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF115 is #220EEA. Grayscale: #D2D2D2. Windows color (decimal): -2232043 or 1438173. OLE color: 1438173.
HSL color Cylindrical-coordinate representation of color #DDF115: hue angle of 65.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDF115 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 21 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.05 |
| HSL | 65.45º | 0.89% | 0.51% | - |
| HSV(B) | 65.45º | 0.91% | 0.95% | - |
| XYZ | 61.41 | 78.34 | 12.59 | - |
| YUV | 209.94 | 21.37 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 21 | 0.08 | 0 | 0.91 | 0.05 | 65.45 | 0.89 | 0.51 |
| Hex | DD | F1 | 15 | 8 | 0 | 5B | 5 | 41 | 59 | 33 |
| Octal | 335 | 361 | 25 | 10 | 0 | 133 | 5 | 101 | 131 | 63 |
| Binary | 11011101 | 11110001 | 10101 | 1000 | 0 | 1011011 | 101 | 1000001 | 1011001 | 110011 |
Color Harmonies of #DDF115
Complementary color
Monochromatic Colors of #DDF115
Black with #DDF115
Text Example
Text Example
White with #DDF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF115; }
p { color: rgb(221,241,21); }
H1.HeaderClassName
{
color: #DDF115;
}
.AnyTagClassName
{
color: #DDF115;
}
</style>
background-color css
<style>
a { background-color: #DDF115; }
a { background-color: rgb(221,241,21); }
div.DivClassName
{
background-color: #DDF115;
}
.BgClassName
{
background-color: #DDF115;
}
</style>
border-color css
<style>
span { border-color: #DDF115; }
span { border-color: rgb(221,241,21); }
td.TdClassName
{
border-color: #DDF115;
}
.TagClassName
{
border-color: #DDF115;
}
</style>