Shades of Chartreuse Yellow #DEF81A
Tints of Chartreuse Yellow #DEF81A
RGB
CMYK
RGB Variations
Color information
#DEF81A (or 0xDEF81A) is known color: Chartreuse Yellow. HEX triplet: DE, F8 and 1A. RGB value is (222,248,26). Sum of RGB (Red+Green+Blue) = 222+248+26=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 26 (10.55% from 255 or 5.24% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF81A is #2107E5. Grayscale: #D7D7D7. Windows color (decimal): -2164710 or 1767646. OLE color: 1767646.
HSL color Cylindrical-coordinate representation of color #DEF81A: hue angle of 67.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEF81A is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 26 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.03 |
| HSL | 67.03º | 0.94% | 0.54% | - |
| HSV(B) | 67.03º | 0.9% | 0.97% | - |
| XYZ | 63.88 | 82.74 | 13.58 | - |
| YUV | 214.92 | 21.39 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 26 | 0.10 | 0 | 0.90 | 0.03 | 67.03 | 0.94 | 0.54 |
| Hex | DE | F8 | 1A | A | 0 | 5A | 3 | 43 | 5E | 36 |
| Octal | 336 | 370 | 32 | 12 | 0 | 132 | 3 | 103 | 136 | 66 |
| Binary | 11011110 | 11111000 | 11010 | 1010 | 0 | 1011010 | 11 | 1000011 | 1011110 | 110110 |
Color Harmonies of #DEF81A
Complementary color
Monochromatic Colors of #DEF81A
Black with #DEF81A
Text Example
Text Example
White with #DEF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF81A; }
p { color: rgb(222,248,26); }
H1.HeaderClassName
{
color: #DEF81A;
}
.AnyTagClassName
{
color: #DEF81A;
}
</style>
background-color css
<style>
a { background-color: #DEF81A; }
a { background-color: rgb(222,248,26); }
div.DivClassName
{
background-color: #DEF81A;
}
.BgClassName
{
background-color: #DEF81A;
}
</style>
border-color css
<style>
span { border-color: #DEF81A; }
span { border-color: rgb(222,248,26); }
td.TdClassName
{
border-color: #DEF81A;
}
.TagClassName
{
border-color: #DEF81A;
}
</style>