Shades of Chartreuse Yellow #DEFF00
Tints of Chartreuse Yellow #DEFF00
RGB
CMYK
RGB Variations
Color information
#DEFF00 (or 0xDEFF00) is known color: Chartreuse Yellow. HEX triplet: DE, FF and 00. RGB value is (222,255,0). Sum of RGB (Red+Green+Blue) = 222+255+0=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFF00 is #2100FF. Grayscale: #D9D9D9. Windows color (decimal): -2162944 or 65502. OLE color: 65502.
HSL color Cylindrical-coordinate representation of color #DEFF00: hue angle of 67.76º 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 #DEFF00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 222 | 255 | 0 | - |
CMYK | 0.13 | 0 | 1 | 0 |
HSL | 67.76º | 1% | 0.5% | - |
HSV(B) | 67.76º | 1% | 1% | - |
XYZ | 65.88 | 87.05 | 13.33 | - |
YUV | 216.06 | 6.07 | 132.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 255 | 0 | 0.13 | 0 | 1 | 0 | 67.76 | 1 | 0.5 |
Hex | DE | FF | 0 | D | 0 | 64 | 0 | 44 | 64 | 32 |
Octal | 336 | 377 | 0 | 15 | 0 | 144 | 0 | 104 | 144 | 62 |
Binary | 11011110 | 11111111 | 0 | 1101 | 0 | 1100100 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DEFF00
Complementary color
Monochromatic Colors of #DEFF00
Black with #DEFF00
Text Example
Text Example
White with #DEFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF00; }
p { color: rgb(222,255,0); }
H1.HeaderClassName
{
color: #DEFF00;
}
.AnyTagClassName
{
color: #DEFF00;
}
</style>
background-color css
<style>
a { background-color: #DEFF00; }
a { background-color: rgb(222,255,0); }
div.DivClassName
{
background-color: #DEFF00;
}
.BgClassName
{
background-color: #DEFF00;
}
</style>
border-color css
<style>
span { border-color: #DEFF00; }
span { border-color: rgb(222,255,0); }
td.TdClassName
{
border-color: #DEFF00;
}
.TagClassName
{
border-color: #DEFF00;
}
</style>