Shades of Chartreuse Yellow #DEFF01
Tints of Chartreuse Yellow #DEFF01
RGB
CMYK
RGB Variations
Color information
#DEFF01 (or 0xDEFF01) is known color: Chartreuse Yellow. HEX triplet: DE, FF and 01. RGB value is (222,255,1). Sum of RGB (Red+Green+Blue) = 222+255+1=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFF01 is #2100FE. Grayscale: #D9D9D9. Windows color (decimal): -2162943 or 131038. OLE color: 131038.
HSL color Cylindrical-coordinate representation of color #DEFF01: hue angle of 67.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEFF01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0 |
| HSL | 67.8º | 1% | 0.5% | - |
| HSV(B) | 67.8º | 1% | 1% | - |
| XYZ | 65.89 | 87.05 | 13.36 | - |
| YUV | 216.18 | 6.57 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 1 | 0.13 | 0 | 1.00 | 0 | 67.8 | 1 | 0.5 |
| Hex | DE | FF | 1 | D | 0 | 64 | 0 | 44 | 64 | 32 |
| Octal | 336 | 377 | 1 | 15 | 0 | 144 | 0 | 104 | 144 | 62 |
| Binary | 11011110 | 11111111 | 1 | 1101 | 0 | 1100100 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DEFF01
Complementary color
Monochromatic Colors of #DEFF01
Black with #DEFF01
Text Example
Text Example
White with #DEFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF01; }
p { color: rgb(222,255,1); }
H1.HeaderClassName
{
color: #DEFF01;
}
.AnyTagClassName
{
color: #DEFF01;
}
</style>
background-color css
<style>
a { background-color: #DEFF01; }
a { background-color: rgb(222,255,1); }
div.DivClassName
{
background-color: #DEFF01;
}
.BgClassName
{
background-color: #DEFF01;
}
</style>
border-color css
<style>
span { border-color: #DEFF01; }
span { border-color: rgb(222,255,1); }
td.TdClassName
{
border-color: #DEFF01;
}
.TagClassName
{
border-color: #DEFF01;
}
</style>