Shades of Citrus #8BC202
Tints of Citrus #8BC202
RGB
CMYK
RGB Variations
Color information
#8BC202 (or 0x8BC202) is known color: Citrus. HEX triplet: 8B, C2 and 02. RGB value is (139,194,2). Sum of RGB (Red+Green+Blue) = 139+194+2=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC202 is #743DFD. Grayscale: #9C9C9C. Windows color (decimal): -7618046 or 180875. OLE color: 180875.
HSL color Cylindrical-coordinate representation of color #8BC202: hue angle of 77.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BC202 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.24 |
| HSL | 77.19º | 0.98% | 0.38% | - |
| HSV(B) | 77.19º | 0.99% | 0.76% | - |
| XYZ | 29.95 | 44.08 | 6.99 | - |
| YUV | 155.67 | 41.28 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 2 | 0.28 | 0 | 0.99 | 0.24 | 77.19 | 0.98 | 0.38 |
| Hex | 8B | C2 | 2 | 1C | 0 | 63 | 18 | 4D | 62 | 26 |
| Octal | 213 | 302 | 2 | 34 | 0 | 143 | 30 | 115 | 142 | 46 |
| Binary | 10001011 | 11000010 | 10 | 11100 | 0 | 1100011 | 11000 | 1001101 | 1100010 | 100110 |
Color Harmonies of #8BC202
Complementary color
Monochromatic Colors of #8BC202
Black with #8BC202
Text Example
Text Example
White with #8BC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC202; }
p { color: rgb(139,194,2); }
H1.HeaderClassName
{
color: #8BC202;
}
.AnyTagClassName
{
color: #8BC202;
}
</style>
background-color css
<style>
a { background-color: #8BC202; }
a { background-color: rgb(139,194,2); }
div.DivClassName
{
background-color: #8BC202;
}
.BgClassName
{
background-color: #8BC202;
}
</style>
border-color css
<style>
span { border-color: #8BC202; }
span { border-color: rgb(139,194,2); }
td.TdClassName
{
border-color: #8BC202;
}
.TagClassName
{
border-color: #8BC202;
}
</style>