Shades of Chartreuse Yellow #DEF401
Tints of Chartreuse Yellow #DEF401
RGB
CMYK
RGB Variations
Color information
#DEF401 (or 0xDEF401) is known color: Chartreuse Yellow. HEX triplet: DE, F4 and 01. RGB value is (222,244,1). Sum of RGB (Red+Green+Blue) = 222+244+1=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF401 is #210BFE. Grayscale: #D2D2D2. Windows color (decimal): -2165759 or 128222. OLE color: 128222.
HSL color Cylindrical-coordinate representation of color #DEF401: hue angle of 65.43º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEF401 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.04 |
| HSL | 65.43º | 0.99% | 0.48% | - |
| HSV(B) | 65.43º | 1% | 0.96% | - |
| XYZ | 62.48 | 80.23 | 12.22 | - |
| YUV | 209.72 | 10.21 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 1 | 0.09 | 0 | 1.00 | 0.04 | 65.43 | 0.99 | 0.48 |
| Hex | DE | F4 | 1 | 9 | 0 | 64 | 4 | 41 | 63 | 30 |
| Octal | 336 | 364 | 1 | 11 | 0 | 144 | 4 | 101 | 143 | 60 |
| Binary | 11011110 | 11110100 | 1 | 1001 | 0 | 1100100 | 100 | 1000001 | 1100011 | 110000 |
Color Harmonies of #DEF401
Complementary color
Monochromatic Colors of #DEF401
Black with #DEF401
Text Example
Text Example
White with #DEF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF401; }
p { color: rgb(222,244,1); }
H1.HeaderClassName
{
color: #DEF401;
}
.AnyTagClassName
{
color: #DEF401;
}
</style>
background-color css
<style>
a { background-color: #DEF401; }
a { background-color: rgb(222,244,1); }
div.DivClassName
{
background-color: #DEF401;
}
.BgClassName
{
background-color: #DEF401;
}
</style>
border-color css
<style>
span { border-color: #DEF401; }
span { border-color: rgb(222,244,1); }
td.TdClassName
{
border-color: #DEF401;
}
.TagClassName
{
border-color: #DEF401;
}
</style>