Shades of Chartreuse Yellow #DEFC0C
Tints of Chartreuse Yellow #DEFC0C
RGB
CMYK
RGB Variations
Color information
#DEFC0C (or 0xDEFC0C) is known color: Chartreuse Yellow. HEX triplet: DE, FC and 0C. RGB value is (222,252,12). Sum of RGB (Red+Green+Blue) = 222+252+12=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFC0C is #2103F3. Grayscale: #D8D8D8. Windows color (decimal): -2163700 or 851166. OLE color: 851166.
HSL color Cylindrical-coordinate representation of color #DEFC0C: hue angle of 67.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEFC0C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.01 |
| HSL | 67.5º | 0.98% | 0.52% | - |
| HSV(B) | 67.5º | 0.95% | 0.99% | - |
| XYZ | 65 | 85.18 | 13.36 | - |
| YUV | 215.67 | 13.06 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 12 | 0.12 | 0 | 0.95 | 0.01 | 67.5 | 0.98 | 0.52 |
| Hex | DE | FC | C | C | 0 | 5F | 1 | 44 | 62 | 34 |
| Octal | 336 | 374 | 14 | 14 | 0 | 137 | 1 | 104 | 142 | 64 |
| Binary | 11011110 | 11111100 | 1100 | 1100 | 0 | 1011111 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DEFC0C
Complementary color
Monochromatic Colors of #DEFC0C
Black with #DEFC0C
Text Example
Text Example
White with #DEFC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC0C; }
p { color: rgb(222,252,12); }
H1.HeaderClassName
{
color: #DEFC0C;
}
.AnyTagClassName
{
color: #DEFC0C;
}
</style>
background-color css
<style>
a { background-color: #DEFC0C; }
a { background-color: rgb(222,252,12); }
div.DivClassName
{
background-color: #DEFC0C;
}
.BgClassName
{
background-color: #DEFC0C;
}
</style>
border-color css
<style>
span { border-color: #DEFC0C; }
span { border-color: rgb(222,252,12); }
td.TdClassName
{
border-color: #DEFC0C;
}
.TagClassName
{
border-color: #DEFC0C;
}
</style>