Shades of Chartreuse Yellow #DEF501
Tints of Chartreuse Yellow #DEF501
RGB
CMYK
RGB Variations
Color information
#DEF501 (or 0xDEF501) is known color: Chartreuse Yellow. HEX triplet: DE, F5 and 01. RGB value is (222,245,1). Sum of RGB (Red+Green+Blue) = 222+245+1=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF501 is #210AFE. Grayscale: #D3D3D3. Windows color (decimal): -2165503 or 128478. OLE color: 128478.
HSL color Cylindrical-coordinate representation of color #DEF501: hue angle of 65.66º 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 #DEF501 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.04 |
| HSL | 65.66º | 0.99% | 0.48% | - |
| HSV(B) | 65.66º | 1% | 0.96% | - |
| XYZ | 62.78 | 80.84 | 12.32 | - |
| YUV | 210.31 | 9.88 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 1 | 0.09 | 0 | 1.00 | 0.04 | 65.66 | 0.99 | 0.48 |
| Hex | DE | F5 | 1 | 9 | 0 | 64 | 4 | 42 | 63 | 30 |
| Octal | 336 | 365 | 1 | 11 | 0 | 144 | 4 | 102 | 143 | 60 |
| Binary | 11011110 | 11110101 | 1 | 1001 | 0 | 1100100 | 100 | 1000010 | 1100011 | 110000 |
Color Harmonies of #DEF501
Complementary color
Monochromatic Colors of #DEF501
Black with #DEF501
Text Example
Text Example
White with #DEF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF501; }
p { color: rgb(222,245,1); }
H1.HeaderClassName
{
color: #DEF501;
}
.AnyTagClassName
{
color: #DEF501;
}
</style>
background-color css
<style>
a { background-color: #DEF501; }
a { background-color: rgb(222,245,1); }
div.DivClassName
{
background-color: #DEF501;
}
.BgClassName
{
background-color: #DEF501;
}
</style>
border-color css
<style>
span { border-color: #DEF501; }
span { border-color: rgb(222,245,1); }
td.TdClassName
{
border-color: #DEF501;
}
.TagClassName
{
border-color: #DEF501;
}
</style>