Shades of Citrus #8CC512
Tints of Citrus #8CC512
RGB
CMYK
RGB Variations
Color information
#8CC512 (or 0x8CC512) is known color: Citrus. HEX triplet: 8C, C5 and 12. RGB value is (140,197,18). Sum of RGB (Red+Green+Blue) = 140+197+18=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC512 is #733AED. Grayscale: #A0A0A0. Windows color (decimal): -7551726 or 1230220. OLE color: 1230220.
HSL color Cylindrical-coordinate representation of color #8CC512: hue angle of 79.11º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CC512 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 18 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.23 |
| HSL | 79.11º | 0.83% | 0.42% | - |
| HSV(B) | 79.11º | 0.91% | 0.77% | - |
| XYZ | 30.89 | 45.55 | 7.74 | - |
| YUV | 159.55 | 48.12 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 18 | 0.29 | 0 | 0.91 | 0.23 | 79.11 | 0.83 | 0.42 |
| Hex | 8C | C5 | 12 | 1D | 0 | 5B | 17 | 4F | 53 | 2A |
| Octal | 214 | 305 | 22 | 35 | 0 | 133 | 27 | 117 | 123 | 52 |
| Binary | 10001100 | 11000101 | 10010 | 11101 | 0 | 1011011 | 10111 | 1001111 | 1010011 | 101010 |
Color Harmonies of #8CC512
Complementary color
Monochromatic Colors of #8CC512
Black with #8CC512
Text Example
Text Example
White with #8CC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC512; }
p { color: rgb(140,197,18); }
H1.HeaderClassName
{
color: #8CC512;
}
.AnyTagClassName
{
color: #8CC512;
}
</style>
background-color css
<style>
a { background-color: #8CC512; }
a { background-color: rgb(140,197,18); }
div.DivClassName
{
background-color: #8CC512;
}
.BgClassName
{
background-color: #8CC512;
}
</style>
border-color css
<style>
span { border-color: #8CC512; }
span { border-color: rgb(140,197,18); }
td.TdClassName
{
border-color: #8CC512;
}
.TagClassName
{
border-color: #8CC512;
}
</style>