Shades of Chartreuse Yellow #DEF00C
Tints of Chartreuse Yellow #DEF00C
RGB
CMYK
RGB Variations
Color information
#DEF00C (or 0xDEF00C) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 0C. RGB value is (222,240,12). Sum of RGB (Red+Green+Blue) = 222+240+12=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF00C is #210FF3. Grayscale: #D1D1D1. Windows color (decimal): -2166772 or 848094. OLE color: 848094.
HSL color Cylindrical-coordinate representation of color #DEF00C: hue angle of 64.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEF00C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.06 |
| HSL | 64.74º | 0.9% | 0.49% | - |
| HSV(B) | 64.74º | 0.95% | 0.94% | - |
| XYZ | 61.35 | 77.88 | 12.15 | - |
| YUV | 208.63 | 17.04 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 12 | 0.08 | 0 | 0.95 | 0.06 | 64.74 | 0.9 | 0.49 |
| Hex | DE | F0 | C | 8 | 0 | 5F | 6 | 41 | 5A | 31 |
| Octal | 336 | 360 | 14 | 10 | 0 | 137 | 6 | 101 | 132 | 61 |
| Binary | 11011110 | 11110000 | 1100 | 1000 | 0 | 1011111 | 110 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DEF00C
Complementary color
Monochromatic Colors of #DEF00C
Black with #DEF00C
Text Example
Text Example
White with #DEF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF00C; }
p { color: rgb(222,240,12); }
H1.HeaderClassName
{
color: #DEF00C;
}
.AnyTagClassName
{
color: #DEF00C;
}
</style>
background-color css
<style>
a { background-color: #DEF00C; }
a { background-color: rgb(222,240,12); }
div.DivClassName
{
background-color: #DEF00C;
}
.BgClassName
{
background-color: #DEF00C;
}
</style>
border-color css
<style>
span { border-color: #DEF00C; }
span { border-color: rgb(222,240,12); }
td.TdClassName
{
border-color: #DEF00C;
}
.TagClassName
{
border-color: #DEF00C;
}
</style>