Shades of Chartreuse Yellow #DEF80D
Tints of Chartreuse Yellow #DEF80D
RGB
CMYK
RGB Variations
Color information
#DEF80D (or 0xDEF80D) is known color: Chartreuse Yellow. HEX triplet: DE, F8 and 0D. RGB value is (222,248,13). Sum of RGB (Red+Green+Blue) = 222+248+13=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF80D is #2107F2. Grayscale: #D6D6D6. Windows color (decimal): -2164723 or 915678. OLE color: 915678.
HSL color Cylindrical-coordinate representation of color #DEF80D: hue angle of 66.64º 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 #DEF80D is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 13 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.03 |
| HSL | 66.64º | 0.94% | 0.51% | - |
| HSV(B) | 66.64º | 0.95% | 0.97% | - |
| XYZ | 63.76 | 82.69 | 12.98 | - |
| YUV | 213.44 | 14.89 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 13 | 0.10 | 0 | 0.95 | 0.03 | 66.64 | 0.94 | 0.51 |
| Hex | DE | F8 | D | A | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 336 | 370 | 15 | 12 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011110 | 11111000 | 1101 | 1010 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DEF80D
Complementary color
Monochromatic Colors of #DEF80D
Black with #DEF80D
Text Example
Text Example
White with #DEF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF80D; }
p { color: rgb(222,248,13); }
H1.HeaderClassName
{
color: #DEF80D;
}
.AnyTagClassName
{
color: #DEF80D;
}
</style>
background-color css
<style>
a { background-color: #DEF80D; }
a { background-color: rgb(222,248,13); }
div.DivClassName
{
background-color: #DEF80D;
}
.BgClassName
{
background-color: #DEF80D;
}
</style>
border-color css
<style>
span { border-color: #DEF80D; }
span { border-color: rgb(222,248,13); }
td.TdClassName
{
border-color: #DEF80D;
}
.TagClassName
{
border-color: #DEF80D;
}
</style>