Shades of Chartreuse Yellow #DEFE1A
Tints of Chartreuse Yellow #DEFE1A
RGB
CMYK
RGB Variations
Color information
#DEFE1A (or 0xDEFE1A) is known color: Chartreuse Yellow. HEX triplet: DE, FE and 1A. RGB value is (222,254,26). Sum of RGB (Red+Green+Blue) = 222+254+26=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 26 (10.55% from 255 or 5.18% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE1A is #2101E5. Grayscale: #DBDBDB. Windows color (decimal): -2163174 or 1769182. OLE color: 1769182.
HSL color Cylindrical-coordinate representation of color #DEFE1A: hue angle of 68.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEFE1A is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 26 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.00 |
| HSL | 68.42º | 0.99% | 0.55% | - |
| HSV(B) | 68.42º | 0.9% | 1% | - |
| XYZ | 65.75 | 86.49 | 14.21 | - |
| YUV | 218.44 | 19.4 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 26 | 0.13 | 0 | 0.90 | 0.00 | 68.42 | 0.99 | 0.55 |
| Hex | DE | FE | 1A | D | 0 | 5A | 0 | 44 | 63 | 37 |
| Octal | 336 | 376 | 32 | 15 | 0 | 132 | 0 | 104 | 143 | 67 |
| Binary | 11011110 | 11111110 | 11010 | 1101 | 0 | 1011010 | 0 | 1000100 | 1100011 | 110111 |
Color Harmonies of #DEFE1A
Complementary color
Monochromatic Colors of #DEFE1A
Black with #DEFE1A
Text Example
Text Example
White with #DEFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE1A; }
p { color: rgb(222,254,26); }
H1.HeaderClassName
{
color: #DEFE1A;
}
.AnyTagClassName
{
color: #DEFE1A;
}
</style>
background-color css
<style>
a { background-color: #DEFE1A; }
a { background-color: rgb(222,254,26); }
div.DivClassName
{
background-color: #DEFE1A;
}
.BgClassName
{
background-color: #DEFE1A;
}
</style>
border-color css
<style>
span { border-color: #DEFE1A; }
span { border-color: rgb(222,254,26); }
td.TdClassName
{
border-color: #DEFE1A;
}
.TagClassName
{
border-color: #DEFE1A;
}
</style>