Shades of Chartreuse Yellow #DEF001
Tints of Chartreuse Yellow #DEF001
RGB
CMYK
RGB Variations
Color information
#DEF001 (or 0xDEF001) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 01. RGB value is (222,240,1). Sum of RGB (Red+Green+Blue) = 222+240+1=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF001 is #210FFE. Grayscale: #D0D0D0. Windows color (decimal): -2166783 or 127198. OLE color: 127198.
HSL color Cylindrical-coordinate representation of color #DEF001: hue angle of 64.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEF001 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.06 |
| HSL | 64.52º | 0.99% | 0.47% | - |
| HSV(B) | 64.52º | 1% | 0.94% | - |
| XYZ | 61.29 | 77.85 | 11.83 | - |
| YUV | 207.37 | 11.54 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 1 | 0.08 | 0 | 1.00 | 0.06 | 64.52 | 0.99 | 0.47 |
| Hex | DE | F0 | 1 | 8 | 0 | 64 | 6 | 41 | 63 | 2F |
| Octal | 336 | 360 | 1 | 10 | 0 | 144 | 6 | 101 | 143 | 57 |
| Binary | 11011110 | 11110000 | 1 | 1000 | 0 | 1100100 | 110 | 1000001 | 1100011 | 101111 |
Color Harmonies of #DEF001
Complementary color
Monochromatic Colors of #DEF001
Black with #DEF001
Text Example
Text Example
White with #DEF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF001; }
p { color: rgb(222,240,1); }
H1.HeaderClassName
{
color: #DEF001;
}
.AnyTagClassName
{
color: #DEF001;
}
</style>
background-color css
<style>
a { background-color: #DEF001; }
a { background-color: rgb(222,240,1); }
div.DivClassName
{
background-color: #DEF001;
}
.BgClassName
{
background-color: #DEF001;
}
</style>
border-color css
<style>
span { border-color: #DEF001; }
span { border-color: rgb(222,240,1); }
td.TdClassName
{
border-color: #DEF001;
}
.TagClassName
{
border-color: #DEF001;
}
</style>