Shades of Citrus #8CC50D
Tints of Citrus #8CC50D
RGB
CMYK
RGB Variations
Color information
#8CC50D (or 0x8CC50D) is known color: Citrus. HEX triplet: 8C, C5 and 0D. RGB value is (140,197,13). Sum of RGB (Red+Green+Blue) = 140+197+13=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC50D is #733AF2. Grayscale: #9F9F9F. Windows color (decimal): -7551731 or 902540. OLE color: 902540.
HSL color Cylindrical-coordinate representation of color #8CC50D: hue angle of 78.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CC50D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 13 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.23 |
| HSL | 78.59º | 0.88% | 0.41% | - |
| HSV(B) | 78.59º | 0.93% | 0.77% | - |
| XYZ | 30.85 | 45.54 | 7.54 | - |
| YUV | 158.98 | 45.62 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 13 | 0.29 | 0 | 0.93 | 0.23 | 78.59 | 0.88 | 0.41 |
| Hex | 8C | C5 | D | 1D | 0 | 5D | 17 | 4F | 58 | 29 |
| Octal | 214 | 305 | 15 | 35 | 0 | 135 | 27 | 117 | 130 | 51 |
| Binary | 10001100 | 11000101 | 1101 | 11101 | 0 | 1011101 | 10111 | 1001111 | 1011000 | 101001 |
Color Harmonies of #8CC50D
Complementary color
Monochromatic Colors of #8CC50D
Black with #8CC50D
Text Example
Text Example
White with #8CC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC50D; }
p { color: rgb(140,197,13); }
H1.HeaderClassName
{
color: #8CC50D;
}
.AnyTagClassName
{
color: #8CC50D;
}
</style>
background-color css
<style>
a { background-color: #8CC50D; }
a { background-color: rgb(140,197,13); }
div.DivClassName
{
background-color: #8CC50D;
}
.BgClassName
{
background-color: #8CC50D;
}
</style>
border-color css
<style>
span { border-color: #8CC50D; }
span { border-color: rgb(140,197,13); }
td.TdClassName
{
border-color: #8CC50D;
}
.TagClassName
{
border-color: #8CC50D;
}
</style>