Shades of Citrus #8BC307
Tints of Citrus #8BC307
RGB
CMYK
RGB Variations
Color information
#8BC307 (or 0x8BC307) is known color: Citrus. HEX triplet: 8B, C3 and 07. RGB value is (139,195,7). Sum of RGB (Red+Green+Blue) = 139+195+7=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC307 is #743CF8. Grayscale: #9D9D9D. Windows color (decimal): -7617785 or 508811. OLE color: 508811.
HSL color Cylindrical-coordinate representation of color #8BC307: hue angle of 77.87º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BC307 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.24 |
| HSL | 77.87º | 0.93% | 0.4% | - |
| HSV(B) | 77.87º | 0.96% | 0.76% | - |
| XYZ | 30.2 | 44.53 | 7.21 | - |
| YUV | 156.82 | 43.45 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 7 | 0.29 | 0 | 0.96 | 0.24 | 77.87 | 0.93 | 0.4 |
| Hex | 8B | C3 | 7 | 1D | 0 | 60 | 18 | 4E | 5D | 28 |
| Octal | 213 | 303 | 7 | 35 | 0 | 140 | 30 | 116 | 135 | 50 |
| Binary | 10001011 | 11000011 | 111 | 11101 | 0 | 1100000 | 11000 | 1001110 | 1011101 | 101000 |
Color Harmonies of #8BC307
Complementary color
Monochromatic Colors of #8BC307
Black with #8BC307
Text Example
Text Example
White with #8BC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC307; }
p { color: rgb(139,195,7); }
H1.HeaderClassName
{
color: #8BC307;
}
.AnyTagClassName
{
color: #8BC307;
}
</style>
background-color css
<style>
a { background-color: #8BC307; }
a { background-color: rgb(139,195,7); }
div.DivClassName
{
background-color: #8BC307;
}
.BgClassName
{
background-color: #8BC307;
}
</style>
border-color css
<style>
span { border-color: #8BC307; }
span { border-color: rgb(139,195,7); }
td.TdClassName
{
border-color: #8BC307;
}
.TagClassName
{
border-color: #8BC307;
}
</style>