Shades of Chartreuse Yellow #DEF000
Tints of Chartreuse Yellow #DEF000
RGB
CMYK
RGB Variations
Color information
#DEF000 (or 0xDEF000) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 00. RGB value is (222,240,0). Sum of RGB (Red+Green+Blue) = 222+240+0=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF000 is #210FFF. Grayscale: #D0D0D0. Windows color (decimal): -2166784 or 61662. OLE color: 61662.
HSL color Cylindrical-coordinate representation of color #DEF000: hue angle of 64.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEF000 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.06 |
| HSL | 64.5º | 1% | 0.47% | - |
| HSV(B) | 64.5º | 1% | 0.94% | - |
| XYZ | 61.28 | 77.85 | 11.8 | - |
| YUV | 207.26 | 11.04 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 0 | 0.08 | 0 | 1 | 0.06 | 64.5 | 1 | 0.47 |
| Hex | DE | F0 | 0 | 8 | 0 | 64 | 6 | 40 | 64 | 2F |
| Octal | 336 | 360 | 0 | 10 | 0 | 144 | 6 | 100 | 144 | 57 |
| Binary | 11011110 | 11110000 | 0 | 1000 | 0 | 1100100 | 110 | 1000000 | 1100100 | 101111 |
Color Harmonies of #DEF000
Complementary color
Monochromatic Colors of #DEF000
Black with #DEF000
Text Example
Text Example
White with #DEF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF000; }
p { color: rgb(222,240,0); }
H1.HeaderClassName
{
color: #DEF000;
}
.AnyTagClassName
{
color: #DEF000;
}
</style>
background-color css
<style>
a { background-color: #DEF000; }
a { background-color: rgb(222,240,0); }
div.DivClassName
{
background-color: #DEF000;
}
.BgClassName
{
background-color: #DEF000;
}
</style>
border-color css
<style>
span { border-color: #DEF000; }
span { border-color: rgb(222,240,0); }
td.TdClassName
{
border-color: #DEF000;
}
.TagClassName
{
border-color: #DEF000;
}
</style>