Shades of Citrus #8BD202
Tints of Citrus #8BD202
RGB
CMYK
RGB Variations
Color information
#8BD202 (or 0x8BD202) is known color: Citrus. HEX triplet: 8B, D2 and 02. RGB value is (139,210,2). Sum of RGB (Red+Green+Blue) = 139+210+2=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD202 is #742DFD. Grayscale: #A5A5A5. Windows color (decimal): -7613950 or 184971. OLE color: 184971.
HSL color Cylindrical-coordinate representation of color #8BD202: hue angle of 80.48º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BD202 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.18 |
| HSL | 80.48º | 0.98% | 0.42% | - |
| HSV(B) | 80.48º | 0.99% | 0.82% | - |
| XYZ | 33.71 | 51.59 | 8.24 | - |
| YUV | 165.06 | 35.98 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 2 | 0.34 | 0 | 0.99 | 0.18 | 80.48 | 0.98 | 0.42 |
| Hex | 8B | D2 | 2 | 22 | 0 | 63 | 12 | 50 | 62 | 2A |
| Octal | 213 | 322 | 2 | 42 | 0 | 143 | 22 | 120 | 142 | 52 |
| Binary | 10001011 | 11010010 | 10 | 100010 | 0 | 1100011 | 10010 | 1010000 | 1100010 | 101010 |
Color Harmonies of #8BD202
Complementary color
Monochromatic Colors of #8BD202
Black with #8BD202
Text Example
Text Example
White with #8BD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD202; }
p { color: rgb(139,210,2); }
H1.HeaderClassName
{
color: #8BD202;
}
.AnyTagClassName
{
color: #8BD202;
}
</style>
background-color css
<style>
a { background-color: #8BD202; }
a { background-color: rgb(139,210,2); }
div.DivClassName
{
background-color: #8BD202;
}
.BgClassName
{
background-color: #8BD202;
}
</style>
border-color css
<style>
span { border-color: #8BD202; }
span { border-color: rgb(139,210,2); }
td.TdClassName
{
border-color: #8BD202;
}
.TagClassName
{
border-color: #8BD202;
}
</style>