Shades of Chartreuse Yellow #DEFE01
Tints of Chartreuse Yellow #DEFE01
RGB
CMYK
RGB Variations
Color information
#DEFE01 (or 0xDEFE01) is known color: Chartreuse Yellow. HEX triplet: DE, FE and 01. RGB value is (222,254,1). Sum of RGB (Red+Green+Blue) = 222+254+1=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFE01 is #2101FE. Grayscale: #D8D8D8. Windows color (decimal): -2163199 or 130782. OLE color: 130782.
HSL color Cylindrical-coordinate representation of color #DEFE01: hue angle of 67.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEFE01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.00 |
| HSL | 67.59º | 0.99% | 0.5% | - |
| HSV(B) | 67.59º | 1% | 1% | - |
| XYZ | 65.57 | 86.42 | 13.25 | - |
| YUV | 215.59 | 6.9 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 1 | 0.13 | 0 | 1.00 | 0.00 | 67.59 | 0.99 | 0.5 |
| Hex | DE | FE | 1 | D | 0 | 64 | 0 | 44 | 63 | 32 |
| Octal | 336 | 376 | 1 | 15 | 0 | 144 | 0 | 104 | 143 | 62 |
| Binary | 11011110 | 11111110 | 1 | 1101 | 0 | 1100100 | 0 | 1000100 | 1100011 | 110010 |
Color Harmonies of #DEFE01
Complementary color
Monochromatic Colors of #DEFE01
Black with #DEFE01
Text Example
Text Example
White with #DEFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE01; }
p { color: rgb(222,254,1); }
H1.HeaderClassName
{
color: #DEFE01;
}
.AnyTagClassName
{
color: #DEFE01;
}
</style>
background-color css
<style>
a { background-color: #DEFE01; }
a { background-color: rgb(222,254,1); }
div.DivClassName
{
background-color: #DEFE01;
}
.BgClassName
{
background-color: #DEFE01;
}
</style>
border-color css
<style>
span { border-color: #DEFE01; }
span { border-color: rgb(222,254,1); }
td.TdClassName
{
border-color: #DEFE01;
}
.TagClassName
{
border-color: #DEFE01;
}
</style>