Shades of Citrus #8CC505
Tints of Citrus #8CC505
RGB
CMYK
RGB Variations
Color information
#8CC505 (or 0x8CC505) is known color: Citrus. HEX triplet: 8C, C5 and 05. RGB value is (140,197,5). Sum of RGB (Red+Green+Blue) = 140+197+5=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC505 is #733AFA. Grayscale: #9E9E9E. Windows color (decimal): -7551739 or 378252. OLE color: 378252.
HSL color Cylindrical-coordinate representation of color #8CC505: hue angle of 77.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CC505 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.23 |
| HSL | 77.81º | 0.95% | 0.4% | - |
| HSV(B) | 77.81º | 0.97% | 0.77% | - |
| XYZ | 30.81 | 45.52 | 7.31 | - |
| YUV | 158.07 | 41.62 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 5 | 0.29 | 0 | 0.97 | 0.23 | 77.81 | 0.95 | 0.4 |
| Hex | 8C | C5 | 5 | 1D | 0 | 61 | 17 | 4E | 5F | 28 |
| Octal | 214 | 305 | 5 | 35 | 0 | 141 | 27 | 116 | 137 | 50 |
| Binary | 10001100 | 11000101 | 101 | 11101 | 0 | 1100001 | 10111 | 1001110 | 1011111 | 101000 |
Color Harmonies of #8CC505
Complementary color
Monochromatic Colors of #8CC505
Black with #8CC505
Text Example
Text Example
White with #8CC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC505; }
p { color: rgb(140,197,5); }
H1.HeaderClassName
{
color: #8CC505;
}
.AnyTagClassName
{
color: #8CC505;
}
</style>
background-color css
<style>
a { background-color: #8CC505; }
a { background-color: rgb(140,197,5); }
div.DivClassName
{
background-color: #8CC505;
}
.BgClassName
{
background-color: #8CC505;
}
</style>
border-color css
<style>
span { border-color: #8CC505; }
span { border-color: rgb(140,197,5); }
td.TdClassName
{
border-color: #8CC505;
}
.TagClassName
{
border-color: #8CC505;
}
</style>