Shades of Chartreuse Yellow #DEF10E
Tints of Chartreuse Yellow #DEF10E
RGB
CMYK
RGB Variations
Color information
#DEF10E (or 0xDEF10E) is known color: Chartreuse Yellow. HEX triplet: DE, F1 and 0E. RGB value is (222,241,14). Sum of RGB (Red+Green+Blue) = 222+241+14=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 14 (5.86% from 255 or 2.94% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF10E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF10E is #210EF1. Grayscale: #D2D2D2. Windows color (decimal): -2166514 or 979422. OLE color: 979422.
HSL color Cylindrical-coordinate representation of color #DEF10E: hue angle of 65.02º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEF10E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 14 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.05 |
| HSL | 65.02º | 0.89% | 0.5% | - |
| HSV(B) | 65.02º | 0.94% | 0.95% | - |
| XYZ | 61.66 | 78.47 | 12.31 | - |
| YUV | 209.44 | 17.71 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 14 | 0.08 | 0 | 0.94 | 0.05 | 65.02 | 0.89 | 0.5 |
| Hex | DE | F1 | E | 8 | 0 | 5E | 5 | 41 | 59 | 32 |
| Octal | 336 | 361 | 16 | 10 | 0 | 136 | 5 | 101 | 131 | 62 |
| Binary | 11011110 | 11110001 | 1110 | 1000 | 0 | 1011110 | 101 | 1000001 | 1011001 | 110010 |
Color Harmonies of #DEF10E
Complementary color
Monochromatic Colors of #DEF10E
Black with #DEF10E
Text Example
Text Example
White with #DEF10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF10E; }
p { color: rgb(222,241,14); }
H1.HeaderClassName
{
color: #DEF10E;
}
.AnyTagClassName
{
color: #DEF10E;
}
</style>
background-color css
<style>
a { background-color: #DEF10E; }
a { background-color: rgb(222,241,14); }
div.DivClassName
{
background-color: #DEF10E;
}
.BgClassName
{
background-color: #DEF10E;
}
</style>
border-color css
<style>
span { border-color: #DEF10E; }
span { border-color: rgb(222,241,14); }
td.TdClassName
{
border-color: #DEF10E;
}
.TagClassName
{
border-color: #DEF10E;
}
</style>