Shades of Chartreuse Yellow #DEF60C
Tints of Chartreuse Yellow #DEF60C
RGB
CMYK
RGB Variations
Color information
#DEF60C (or 0xDEF60C) is known color: Chartreuse Yellow. HEX triplet: DE, F6 and 0C. RGB value is (222,246,12). Sum of RGB (Red+Green+Blue) = 222+246+12=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF60C is #2109F3. Grayscale: #D5D5D5. Windows color (decimal): -2165236 or 849630. OLE color: 849630.
HSL color Cylindrical-coordinate representation of color #DEF60C: hue angle of 66.15º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEF60C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 12 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.04 |
| HSL | 66.15º | 0.93% | 0.51% | - |
| HSV(B) | 66.15º | 0.95% | 0.96% | - |
| XYZ | 63.15 | 81.47 | 12.74 | - |
| YUV | 212.15 | 15.05 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 12 | 0.10 | 0 | 0.95 | 0.04 | 66.15 | 0.93 | 0.51 |
| Hex | DE | F6 | C | A | 0 | 5F | 4 | 42 | 5D | 33 |
| Octal | 336 | 366 | 14 | 12 | 0 | 137 | 4 | 102 | 135 | 63 |
| Binary | 11011110 | 11110110 | 1100 | 1010 | 0 | 1011111 | 100 | 1000010 | 1011101 | 110011 |
Color Harmonies of #DEF60C
Complementary color
Monochromatic Colors of #DEF60C
Black with #DEF60C
Text Example
Text Example
White with #DEF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF60C; }
p { color: rgb(222,246,12); }
H1.HeaderClassName
{
color: #DEF60C;
}
.AnyTagClassName
{
color: #DEF60C;
}
</style>
background-color css
<style>
a { background-color: #DEF60C; }
a { background-color: rgb(222,246,12); }
div.DivClassName
{
background-color: #DEF60C;
}
.BgClassName
{
background-color: #DEF60C;
}
</style>
border-color css
<style>
span { border-color: #DEF60C; }
span { border-color: rgb(222,246,12); }
td.TdClassName
{
border-color: #DEF60C;
}
.TagClassName
{
border-color: #DEF60C;
}
</style>