Shades of Citrus #8BC902
Tints of Citrus #8BC902
RGB
CMYK
RGB Variations
Color information
#8BC902 (or 0x8BC902) is known color: Citrus. HEX triplet: 8B, C9 and 02. RGB value is (139,201,2). Sum of RGB (Red+Green+Blue) = 139+201+2=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC902 is #7436FD. Grayscale: #A0A0A0. Windows color (decimal): -7616254 or 182667. OLE color: 182667.
HSL color Cylindrical-coordinate representation of color #8BC902: hue angle of 78.69º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BC902 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.21 |
| HSL | 78.69º | 0.98% | 0.4% | - |
| HSV(B) | 78.69º | 0.99% | 0.79% | - |
| XYZ | 31.55 | 47.27 | 7.52 | - |
| YUV | 159.78 | 38.96 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 2 | 0.31 | 0 | 0.99 | 0.21 | 78.69 | 0.98 | 0.4 |
| Hex | 8B | C9 | 2 | 1F | 0 | 63 | 15 | 4F | 62 | 28 |
| Octal | 213 | 311 | 2 | 37 | 0 | 143 | 25 | 117 | 142 | 50 |
| Binary | 10001011 | 11001001 | 10 | 11111 | 0 | 1100011 | 10101 | 1001111 | 1100010 | 101000 |
Color Harmonies of #8BC902
Complementary color
Monochromatic Colors of #8BC902
Black with #8BC902
Text Example
Text Example
White with #8BC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC902; }
p { color: rgb(139,201,2); }
H1.HeaderClassName
{
color: #8BC902;
}
.AnyTagClassName
{
color: #8BC902;
}
</style>
background-color css
<style>
a { background-color: #8BC902; }
a { background-color: rgb(139,201,2); }
div.DivClassName
{
background-color: #8BC902;
}
.BgClassName
{
background-color: #8BC902;
}
</style>
border-color css
<style>
span { border-color: #8BC902; }
span { border-color: rgb(139,201,2); }
td.TdClassName
{
border-color: #8BC902;
}
.TagClassName
{
border-color: #8BC902;
}
</style>