Shades of Chartreuse Yellow #DEF114
Tints of Chartreuse Yellow #DEF114
RGB
CMYK
RGB Variations
Color information
#DEF114 (or 0xDEF114) is known color: Chartreuse Yellow. HEX triplet: DE, F1 and 14. RGB value is (222,241,20). Sum of RGB (Red+Green+Blue) = 222+241+20=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF114 is #210EEB. Grayscale: #D2D2D2. Windows color (decimal): -2166508 or 1372638. OLE color: 1372638.
HSL color Cylindrical-coordinate representation of color #DEF114: hue angle of 65.16º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEF114 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 20 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.05 |
| HSL | 65.16º | 0.89% | 0.51% | - |
| HSV(B) | 65.16º | 0.92% | 0.95% | - |
| XYZ | 61.71 | 78.49 | 12.56 | - |
| YUV | 210.13 | 20.71 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 20 | 0.08 | 0 | 0.92 | 0.05 | 65.16 | 0.89 | 0.51 |
| Hex | DE | F1 | 14 | 8 | 0 | 5C | 5 | 41 | 59 | 33 |
| Octal | 336 | 361 | 24 | 10 | 0 | 134 | 5 | 101 | 131 | 63 |
| Binary | 11011110 | 11110001 | 10100 | 1000 | 0 | 1011100 | 101 | 1000001 | 1011001 | 110011 |
Color Harmonies of #DEF114
Complementary color
Monochromatic Colors of #DEF114
Black with #DEF114
Text Example
Text Example
White with #DEF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF114; }
p { color: rgb(222,241,20); }
H1.HeaderClassName
{
color: #DEF114;
}
.AnyTagClassName
{
color: #DEF114;
}
</style>
background-color css
<style>
a { background-color: #DEF114; }
a { background-color: rgb(222,241,20); }
div.DivClassName
{
background-color: #DEF114;
}
.BgClassName
{
background-color: #DEF114;
}
</style>
border-color css
<style>
span { border-color: #DEF114; }
span { border-color: rgb(222,241,20); }
td.TdClassName
{
border-color: #DEF114;
}
.TagClassName
{
border-color: #DEF114;
}
</style>