Shades of Chartreuse Yellow #DEFC01
Tints of Chartreuse Yellow #DEFC01
RGB
CMYK
RGB Variations
Color information
#DEFC01 (or 0xDEFC01) is known color: Chartreuse Yellow. HEX triplet: DE, FC and 01. RGB value is (222,252,1). Sum of RGB (Red+Green+Blue) = 222+252+1=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 1 (0.78% from 255 or 0.21% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFC01 is #2103FE. Grayscale: #D7D7D7. Windows color (decimal): -2163711 or 130270. OLE color: 130270.
HSL color Cylindrical-coordinate representation of color #DEFC01: hue angle of 67.17º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEFC01 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.01 |
| HSL | 67.17º | 0.99% | 0.5% | - |
| HSV(B) | 67.17º | 1% | 0.99% | - |
| XYZ | 64.94 | 85.15 | 13.04 | - |
| YUV | 214.42 | 7.56 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 1 | 0.12 | 0 | 1.00 | 0.01 | 67.17 | 0.99 | 0.5 |
| Hex | DE | FC | 1 | C | 0 | 64 | 1 | 43 | 63 | 32 |
| Octal | 336 | 374 | 1 | 14 | 0 | 144 | 1 | 103 | 143 | 62 |
| Binary | 11011110 | 11111100 | 1 | 1100 | 0 | 1100100 | 1 | 1000011 | 1100011 | 110010 |
Color Harmonies of #DEFC01
Complementary color
Monochromatic Colors of #DEFC01
Black with #DEFC01
Text Example
Text Example
White with #DEFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC01; }
p { color: rgb(222,252,1); }
H1.HeaderClassName
{
color: #DEFC01;
}
.AnyTagClassName
{
color: #DEFC01;
}
</style>
background-color css
<style>
a { background-color: #DEFC01; }
a { background-color: rgb(222,252,1); }
div.DivClassName
{
background-color: #DEFC01;
}
.BgClassName
{
background-color: #DEFC01;
}
</style>
border-color css
<style>
span { border-color: #DEFC01; }
span { border-color: rgb(222,252,1); }
td.TdClassName
{
border-color: #DEFC01;
}
.TagClassName
{
border-color: #DEFC01;
}
</style>