Shades of Chartreuse Yellow #DEFF14
Tints of Chartreuse Yellow #DEFF14
RGB
CMYK
RGB Variations
Color information
#DEFF14 (or 0xDEFF14) is known color: Chartreuse Yellow. HEX triplet: DE, FF and 14. RGB value is (222,255,20). Sum of RGB (Red+Green+Blue) = 222+255+20=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFF14 is #2100EB. Grayscale: #DBDBDB. Windows color (decimal): -2162924 or 1376222. OLE color: 1376222.
HSL color Cylindrical-coordinate representation of color #DEFF14: hue angle of 68.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEFF14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0 |
| HSL | 68.43º | 1% | 0.54% | - |
| HSV(B) | 68.43º | 0.92% | 1% | - |
| XYZ | 66.01 | 87.1 | 13.99 | - |
| YUV | 218.34 | 16.07 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 20 | 0.13 | 0 | 0.92 | 0 | 68.43 | 1 | 0.54 |
| Hex | DE | FF | 14 | D | 0 | 5C | 0 | 44 | 64 | 36 |
| Octal | 336 | 377 | 24 | 15 | 0 | 134 | 0 | 104 | 144 | 66 |
| Binary | 11011110 | 11111111 | 10100 | 1101 | 0 | 1011100 | 0 | 1000100 | 1100100 | 110110 |
Color Harmonies of #DEFF14
Complementary color
Monochromatic Colors of #DEFF14
Black with #DEFF14
Text Example
Text Example
White with #DEFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF14; }
p { color: rgb(222,255,20); }
H1.HeaderClassName
{
color: #DEFF14;
}
.AnyTagClassName
{
color: #DEFF14;
}
</style>
background-color css
<style>
a { background-color: #DEFF14; }
a { background-color: rgb(222,255,20); }
div.DivClassName
{
background-color: #DEFF14;
}
.BgClassName
{
background-color: #DEFF14;
}
</style>
border-color css
<style>
span { border-color: #DEFF14; }
span { border-color: rgb(222,255,20); }
td.TdClassName
{
border-color: #DEFF14;
}
.TagClassName
{
border-color: #DEFF14;
}
</style>