Shades of Chartreuse Yellow #DEF80B
Tints of Chartreuse Yellow #DEF80B
RGB
CMYK
RGB Variations
Color information
#DEF80B (or 0xDEF80B) is known color: Chartreuse Yellow. HEX triplet: DE, F8 and 0B. RGB value is (222,248,11). Sum of RGB (Red+Green+Blue) = 222+248+11=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF80B is #2107F4. Grayscale: #D6D6D6. Windows color (decimal): -2164725 or 784606. OLE color: 784606.
HSL color Cylindrical-coordinate representation of color #DEF80B: hue angle of 66.58º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEF80B is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 11 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.03 |
| HSL | 66.58º | 0.94% | 0.51% | - |
| HSV(B) | 66.58º | 0.96% | 0.97% | - |
| XYZ | 63.75 | 82.69 | 12.92 | - |
| YUV | 213.21 | 13.89 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 11 | 0.10 | 0 | 0.96 | 0.03 | 66.58 | 0.94 | 0.51 |
| Hex | DE | F8 | B | A | 0 | 60 | 3 | 43 | 5E | 33 |
| Octal | 336 | 370 | 13 | 12 | 0 | 140 | 3 | 103 | 136 | 63 |
| Binary | 11011110 | 11111000 | 1011 | 1010 | 0 | 1100000 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DEF80B
Complementary color
Monochromatic Colors of #DEF80B
Black with #DEF80B
Text Example
Text Example
White with #DEF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF80B; }
p { color: rgb(222,248,11); }
H1.HeaderClassName
{
color: #DEF80B;
}
.AnyTagClassName
{
color: #DEF80B;
}
</style>
background-color css
<style>
a { background-color: #DEF80B; }
a { background-color: rgb(222,248,11); }
div.DivClassName
{
background-color: #DEF80B;
}
.BgClassName
{
background-color: #DEF80B;
}
</style>
border-color css
<style>
span { border-color: #DEF80B; }
span { border-color: rgb(222,248,11); }
td.TdClassName
{
border-color: #DEF80B;
}
.TagClassName
{
border-color: #DEF80B;
}
</style>