Shades of Chartreuse Yellow #DDF015
Tints of Chartreuse Yellow #DDF015
RGB
CMYK
RGB Variations
Color information
#DDF015 (or 0xDDF015) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 15. RGB value is (221,240,21). Sum of RGB (Red+Green+Blue) = 221+240+21=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF015 is #220FEA. Grayscale: #D2D2D2. Windows color (decimal): -2232299 or 1437917. OLE color: 1437917.
HSL color Cylindrical-coordinate representation of color #DDF015: hue angle of 65.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDF015 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 21 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.06 |
| HSL | 65.21º | 0.88% | 0.51% | - |
| HSV(B) | 65.21º | 0.91% | 0.94% | - |
| XYZ | 61.11 | 77.75 | 12.49 | - |
| YUV | 209.35 | 21.71 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 21 | 0.08 | 0 | 0.91 | 0.06 | 65.21 | 0.88 | 0.51 |
| Hex | DD | F0 | 15 | 8 | 0 | 5B | 6 | 41 | 58 | 33 |
| Octal | 335 | 360 | 25 | 10 | 0 | 133 | 6 | 101 | 130 | 63 |
| Binary | 11011101 | 11110000 | 10101 | 1000 | 0 | 1011011 | 110 | 1000001 | 1011000 | 110011 |
Color Harmonies of #DDF015
Complementary color
Monochromatic Colors of #DDF015
Black with #DDF015
Text Example
Text Example
White with #DDF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF015; }
p { color: rgb(221,240,21); }
H1.HeaderClassName
{
color: #DDF015;
}
.AnyTagClassName
{
color: #DDF015;
}
</style>
background-color css
<style>
a { background-color: #DDF015; }
a { background-color: rgb(221,240,21); }
div.DivClassName
{
background-color: #DDF015;
}
.BgClassName
{
background-color: #DDF015;
}
</style>
border-color css
<style>
span { border-color: #DDF015; }
span { border-color: rgb(221,240,21); }
td.TdClassName
{
border-color: #DDF015;
}
.TagClassName
{
border-color: #DDF015;
}
</style>