Shades of Citrus #8BC303
Tints of Citrus #8BC303
RGB
CMYK
RGB Variations
Color information
#8BC303 (or 0x8BC303) is known color: Citrus. HEX triplet: 8B, C3 and 03. RGB value is (139,195,3). Sum of RGB (Red+Green+Blue) = 139+195+3=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC303 is #743CFC. Grayscale: #9D9D9D. Windows color (decimal): -7617789 or 246667. OLE color: 246667.
HSL color Cylindrical-coordinate representation of color #8BC303: hue angle of 77.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BC303 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.24 |
| HSL | 77.5º | 0.97% | 0.39% | - |
| HSV(B) | 77.5º | 0.98% | 0.76% | - |
| XYZ | 30.18 | 44.53 | 7.09 | - |
| YUV | 156.37 | 41.45 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 3 | 0.29 | 0 | 0.98 | 0.24 | 77.5 | 0.97 | 0.39 |
| Hex | 8B | C3 | 3 | 1D | 0 | 62 | 18 | 4E | 61 | 27 |
| Octal | 213 | 303 | 3 | 35 | 0 | 142 | 30 | 116 | 141 | 47 |
| Binary | 10001011 | 11000011 | 11 | 11101 | 0 | 1100010 | 11000 | 1001110 | 1100001 | 100111 |
Color Harmonies of #8BC303
Complementary color
Monochromatic Colors of #8BC303
Black with #8BC303
Text Example
Text Example
White with #8BC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC303; }
p { color: rgb(139,195,3); }
H1.HeaderClassName
{
color: #8BC303;
}
.AnyTagClassName
{
color: #8BC303;
}
</style>
background-color css
<style>
a { background-color: #8BC303; }
a { background-color: rgb(139,195,3); }
div.DivClassName
{
background-color: #8BC303;
}
.BgClassName
{
background-color: #8BC303;
}
</style>
border-color css
<style>
span { border-color: #8BC303; }
span { border-color: rgb(139,195,3); }
td.TdClassName
{
border-color: #8BC303;
}
.TagClassName
{
border-color: #8BC303;
}
</style>