Shades of Citrus #8CC513
Tints of Citrus #8CC513
RGB
CMYK
RGB Variations
Color information
#8CC513 (or 0x8CC513) is known color: Citrus. HEX triplet: 8C, C5 and 13. RGB value is (140,197,19). Sum of RGB (Red+Green+Blue) = 140+197+19=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC513 is #733AEC. Grayscale: #A0A0A0. Windows color (decimal): -7551725 or 1295756. OLE color: 1295756.
HSL color Cylindrical-coordinate representation of color #8CC513: hue angle of 79.21º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CC513 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 19 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.23 |
| HSL | 79.21º | 0.82% | 0.42% | - |
| HSV(B) | 79.21º | 0.9% | 0.77% | - |
| XYZ | 30.9 | 45.55 | 7.78 | - |
| YUV | 159.67 | 48.62 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 19 | 0.29 | 0 | 0.90 | 0.23 | 79.21 | 0.82 | 0.42 |
| Hex | 8C | C5 | 13 | 1D | 0 | 5A | 17 | 4F | 52 | 2A |
| Octal | 214 | 305 | 23 | 35 | 0 | 132 | 27 | 117 | 122 | 52 |
| Binary | 10001100 | 11000101 | 10011 | 11101 | 0 | 1011010 | 10111 | 1001111 | 1010010 | 101010 |
Color Harmonies of #8CC513
Complementary color
Monochromatic Colors of #8CC513
Black with #8CC513
Text Example
Text Example
White with #8CC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC513; }
p { color: rgb(140,197,19); }
H1.HeaderClassName
{
color: #8CC513;
}
.AnyTagClassName
{
color: #8CC513;
}
</style>
background-color css
<style>
a { background-color: #8CC513; }
a { background-color: rgb(140,197,19); }
div.DivClassName
{
background-color: #8CC513;
}
.BgClassName
{
background-color: #8CC513;
}
</style>
border-color css
<style>
span { border-color: #8CC513; }
span { border-color: rgb(140,197,19); }
td.TdClassName
{
border-color: #8CC513;
}
.TagClassName
{
border-color: #8CC513;
}
</style>