Shades of Citrus #8CC215
Tints of Citrus #8CC215
RGB
CMYK
RGB Variations
Color information
#8CC215 (or 0x8CC215) is known color: Citrus. HEX triplet: 8C, C2 and 15. RGB value is (140,194,21). Sum of RGB (Red+Green+Blue) = 140+194+21=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC215 is #733DEA. Grayscale: #9E9E9E. Windows color (decimal): -7552491 or 1426060. OLE color: 1426060.
HSL color Cylindrical-coordinate representation of color #8CC215: hue angle of 78.73º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CC215 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 21 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.24 |
| HSL | 78.73º | 0.8% | 0.42% | - |
| HSV(B) | 78.73º | 0.89% | 0.76% | - |
| XYZ | 30.24 | 44.21 | 7.65 | - |
| YUV | 158.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 21 | 0.28 | 0 | 0.89 | 0.24 | 78.73 | 0.8 | 0.42 |
| Hex | 8C | C2 | 15 | 1C | 0 | 59 | 18 | 4F | 50 | 2A |
| Octal | 214 | 302 | 25 | 34 | 0 | 131 | 30 | 117 | 120 | 52 |
| Binary | 10001100 | 11000010 | 10101 | 11100 | 0 | 1011001 | 11000 | 1001111 | 1010000 | 101010 |
Color Harmonies of #8CC215
Complementary color
Monochromatic Colors of #8CC215
Black with #8CC215
Text Example
Text Example
White with #8CC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC215; }
p { color: rgb(140,194,21); }
H1.HeaderClassName
{
color: #8CC215;
}
.AnyTagClassName
{
color: #8CC215;
}
</style>
background-color css
<style>
a { background-color: #8CC215; }
a { background-color: rgb(140,194,21); }
div.DivClassName
{
background-color: #8CC215;
}
.BgClassName
{
background-color: #8CC215;
}
</style>
border-color css
<style>
span { border-color: #8CC215; }
span { border-color: rgb(140,194,21); }
td.TdClassName
{
border-color: #8CC215;
}
.TagClassName
{
border-color: #8CC215;
}
</style>