Shades of Citrus #8CD40C
Tints of Citrus #8CD40C
RGB
CMYK
RGB Variations
Color information
#8CD40C (or 0x8CD40C) is known color: Citrus. HEX triplet: 8C, D4 and 0C. RGB value is (140,212,12). Sum of RGB (Red+Green+Blue) = 140+212+12=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD40C is #732BF3. Grayscale: #A8A8A8. Windows color (decimal): -7547892 or 840844. OLE color: 840844.
HSL color Cylindrical-coordinate representation of color #8CD40C: hue angle of 81.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CD40C is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 212 | 12 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.17 |
| HSL | 81.6º | 0.89% | 0.44% | - |
| HSV(B) | 81.6º | 0.94% | 0.83% | - |
| XYZ | 34.43 | 52.69 | 8.7 | - |
| YUV | 167.67 | 40.15 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 212 | 12 | 0.34 | 0 | 0.94 | 0.17 | 81.6 | 0.89 | 0.44 |
| Hex | 8C | D4 | C | 22 | 0 | 5E | 11 | 52 | 59 | 2C |
| Octal | 214 | 324 | 14 | 42 | 0 | 136 | 21 | 122 | 131 | 54 |
| Binary | 10001100 | 11010100 | 1100 | 100010 | 0 | 1011110 | 10001 | 1010010 | 1011001 | 101100 |
Color Harmonies of #8CD40C
Complementary color
Monochromatic Colors of #8CD40C
Black with #8CD40C
Text Example
Text Example
White with #8CD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD40C; }
p { color: rgb(140,212,12); }
H1.HeaderClassName
{
color: #8CD40C;
}
.AnyTagClassName
{
color: #8CD40C;
}
</style>
background-color css
<style>
a { background-color: #8CD40C; }
a { background-color: rgb(140,212,12); }
div.DivClassName
{
background-color: #8CD40C;
}
.BgClassName
{
background-color: #8CD40C;
}
</style>
border-color css
<style>
span { border-color: #8CD40C; }
span { border-color: rgb(140,212,12); }
td.TdClassName
{
border-color: #8CD40C;
}
.TagClassName
{
border-color: #8CD40C;
}
</style>