Shades of Chartreuse Yellow #DEFE0C
Tints of Chartreuse Yellow #DEFE0C
RGB
CMYK
RGB Variations
Color information
#DEFE0C (or 0xDEFE0C) is known color: Chartreuse Yellow. HEX triplet: DE, FE and 0C. RGB value is (222,254,12). Sum of RGB (Red+Green+Blue) = 222+254+12=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFE0C is #2101F3. Grayscale: #D9D9D9. Windows color (decimal): -2163188 or 851678. OLE color: 851678.
HSL color Cylindrical-coordinate representation of color #DEFE0C: hue angle of 67.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEFE0C is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 12 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.00 |
| HSL | 67.93º | 0.99% | 0.52% | - |
| HSV(B) | 67.93º | 0.95% | 1% | - |
| XYZ | 65.63 | 86.44 | 13.57 | - |
| YUV | 216.84 | 12.4 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 12 | 0.13 | 0 | 0.95 | 0.00 | 67.93 | 0.99 | 0.52 |
| Hex | DE | FE | C | D | 0 | 5F | 0 | 44 | 63 | 34 |
| Octal | 336 | 376 | 14 | 15 | 0 | 137 | 0 | 104 | 143 | 64 |
| Binary | 11011110 | 11111110 | 1100 | 1101 | 0 | 1011111 | 0 | 1000100 | 1100011 | 110100 |
Color Harmonies of #DEFE0C
Complementary color
Monochromatic Colors of #DEFE0C
Black with #DEFE0C
Text Example
Text Example
White with #DEFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE0C; }
p { color: rgb(222,254,12); }
H1.HeaderClassName
{
color: #DEFE0C;
}
.AnyTagClassName
{
color: #DEFE0C;
}
</style>
background-color css
<style>
a { background-color: #DEFE0C; }
a { background-color: rgb(222,254,12); }
div.DivClassName
{
background-color: #DEFE0C;
}
.BgClassName
{
background-color: #DEFE0C;
}
</style>
border-color css
<style>
span { border-color: #DEFE0C; }
span { border-color: rgb(222,254,12); }
td.TdClassName
{
border-color: #DEFE0C;
}
.TagClassName
{
border-color: #DEFE0C;
}
</style>