Shades of Citrus #8BD602
Tints of Citrus #8BD602
RGB
CMYK
RGB Variations
Color information
#8BD602 (or 0x8BD602) is known color: Citrus. HEX triplet: 8B, D6 and 02. RGB value is (139,214,2). Sum of RGB (Red+Green+Blue) = 139+214+2=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD602 is #7429FD. Grayscale: #A8A8A8. Windows color (decimal): -7612926 or 185995. OLE color: 185995.
HSL color Cylindrical-coordinate representation of color #8BD602: hue angle of 81.23º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BD602 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.16 |
| HSL | 81.23º | 0.98% | 0.42% | - |
| HSV(B) | 81.23º | 0.99% | 0.84% | - |
| XYZ | 34.7 | 53.59 | 8.57 | - |
| YUV | 167.41 | 34.65 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 2 | 0.35 | 0 | 0.99 | 0.16 | 81.23 | 0.98 | 0.42 |
| Hex | 8B | D6 | 2 | 23 | 0 | 63 | 10 | 51 | 62 | 2A |
| Octal | 213 | 326 | 2 | 43 | 0 | 143 | 20 | 121 | 142 | 52 |
| Binary | 10001011 | 11010110 | 10 | 100011 | 0 | 1100011 | 10000 | 1010001 | 1100010 | 101010 |
Color Harmonies of #8BD602
Complementary color
Monochromatic Colors of #8BD602
Black with #8BD602
Text Example
Text Example
White with #8BD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD602; }
p { color: rgb(139,214,2); }
H1.HeaderClassName
{
color: #8BD602;
}
.AnyTagClassName
{
color: #8BD602;
}
</style>
background-color css
<style>
a { background-color: #8BD602; }
a { background-color: rgb(139,214,2); }
div.DivClassName
{
background-color: #8BD602;
}
.BgClassName
{
background-color: #8BD602;
}
</style>
border-color css
<style>
span { border-color: #8BD602; }
span { border-color: rgb(139,214,2); }
td.TdClassName
{
border-color: #8BD602;
}
.TagClassName
{
border-color: #8BD602;
}
</style>