Shades of Chartreuse Yellow #DEFE00
Tints of Chartreuse Yellow #DEFE00
RGB
CMYK
RGB Variations
Color information
#DEFE00 (or 0xDEFE00) is known color: Chartreuse Yellow. HEX triplet: DE, FE and 00. RGB value is (222,254,0). Sum of RGB (Red+Green+Blue) = 222+254+0=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFE00 is #2101FF. Grayscale: #D8D8D8. Windows color (decimal): -2163200 or 65246. OLE color: 65246.
HSL color Cylindrical-coordinate representation of color #DEFE00: hue angle of 67.56º 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 #DEFE00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.00 |
| HSL | 67.56º | 1% | 0.5% | - |
| HSV(B) | 67.56º | 1% | 1% | - |
| XYZ | 65.57 | 86.41 | 13.22 | - |
| YUV | 215.48 | 6.4 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 0 | 0.13 | 0 | 1 | 0.00 | 67.56 | 1 | 0.5 |
| Hex | DE | FE | 0 | D | 0 | 64 | 0 | 44 | 64 | 32 |
| Octal | 336 | 376 | 0 | 15 | 0 | 144 | 0 | 104 | 144 | 62 |
| Binary | 11011110 | 11111110 | 0 | 1101 | 0 | 1100100 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DEFE00
Complementary color
Monochromatic Colors of #DEFE00
Black with #DEFE00
Text Example
Text Example
White with #DEFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE00; }
p { color: rgb(222,254,0); }
H1.HeaderClassName
{
color: #DEFE00;
}
.AnyTagClassName
{
color: #DEFE00;
}
</style>
background-color css
<style>
a { background-color: #DEFE00; }
a { background-color: rgb(222,254,0); }
div.DivClassName
{
background-color: #DEFE00;
}
.BgClassName
{
background-color: #DEFE00;
}
</style>
border-color css
<style>
span { border-color: #DEFE00; }
span { border-color: rgb(222,254,0); }
td.TdClassName
{
border-color: #DEFE00;
}
.TagClassName
{
border-color: #DEFE00;
}
</style>