Shades of Citrus #8CC907
Tints of Citrus #8CC907
RGB
CMYK
RGB Variations
Color information
#8CC907 (or 0x8CC907) is known color: Citrus. HEX triplet: 8C, C9 and 07. RGB value is (140,201,7). Sum of RGB (Red+Green+Blue) = 140+201+7=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC907 is #7336F8. Grayscale: #A1A1A1. Windows color (decimal): -7550713 or 510348. OLE color: 510348.
HSL color Cylindrical-coordinate representation of color #8CC907: hue angle of 78.87º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CC907 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 7 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.21 |
| HSL | 78.87º | 0.93% | 0.41% | - |
| HSV(B) | 78.87º | 0.97% | 0.79% | - |
| XYZ | 31.74 | 47.36 | 7.67 | - |
| YUV | 160.65 | 41.29 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 7 | 0.30 | 0 | 0.97 | 0.21 | 78.87 | 0.93 | 0.41 |
| Hex | 8C | C9 | 7 | 1E | 0 | 61 | 15 | 4F | 5D | 29 |
| Octal | 214 | 311 | 7 | 36 | 0 | 141 | 25 | 117 | 135 | 51 |
| Binary | 10001100 | 11001001 | 111 | 11110 | 0 | 1100001 | 10101 | 1001111 | 1011101 | 101001 |
Color Harmonies of #8CC907
Complementary color
Monochromatic Colors of #8CC907
Black with #8CC907
Text Example
Text Example
White with #8CC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC907; }
p { color: rgb(140,201,7); }
H1.HeaderClassName
{
color: #8CC907;
}
.AnyTagClassName
{
color: #8CC907;
}
</style>
background-color css
<style>
a { background-color: #8CC907; }
a { background-color: rgb(140,201,7); }
div.DivClassName
{
background-color: #8CC907;
}
.BgClassName
{
background-color: #8CC907;
}
</style>
border-color css
<style>
span { border-color: #8CC907; }
span { border-color: rgb(140,201,7); }
td.TdClassName
{
border-color: #8CC907;
}
.TagClassName
{
border-color: #8CC907;
}
</style>