Shades of Chartreuse Yellow #DDF80D
Tints of Chartreuse Yellow #DDF80D
RGB
CMYK
RGB Variations
Color information
#DDF80D (or 0xDDF80D) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 0D. RGB value is (221,248,13). Sum of RGB (Red+Green+Blue) = 221+248+13=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF80D is #2207F2. Grayscale: #D6D6D6. Windows color (decimal): -2230259 or 915677. OLE color: 915677.
HSL color Cylindrical-coordinate representation of color #DDF80D: hue angle of 66.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF80D is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 13 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.03 |
| HSL | 66.89º | 0.94% | 0.51% | - |
| HSV(B) | 66.89º | 0.95% | 0.97% | - |
| XYZ | 63.46 | 82.54 | 12.97 | - |
| YUV | 213.14 | 15.05 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 13 | 0.11 | 0 | 0.95 | 0.03 | 66.89 | 0.94 | 0.51 |
| Hex | DD | F8 | D | B | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 335 | 370 | 15 | 13 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011101 | 11111000 | 1101 | 1011 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DDF80D
Complementary color
Monochromatic Colors of #DDF80D
Black with #DDF80D
Text Example
Text Example
White with #DDF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF80D; }
p { color: rgb(221,248,13); }
H1.HeaderClassName
{
color: #DDF80D;
}
.AnyTagClassName
{
color: #DDF80D;
}
</style>
background-color css
<style>
a { background-color: #DDF80D; }
a { background-color: rgb(221,248,13); }
div.DivClassName
{
background-color: #DDF80D;
}
.BgClassName
{
background-color: #DDF80D;
}
</style>
border-color css
<style>
span { border-color: #DDF80D; }
span { border-color: rgb(221,248,13); }
td.TdClassName
{
border-color: #DDF80D;
}
.TagClassName
{
border-color: #DDF80D;
}
</style>