Shades of Citrus #8CC802
Tints of Citrus #8CC802
RGB
CMYK
RGB Variations
Color information
#8CC802 (or 0x8CC802) is known color: Citrus. HEX triplet: 8C, C8 and 02. RGB value is (140,200,2). Sum of RGB (Red+Green+Blue) = 140+200+2=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC802 is #7337FD. Grayscale: #A0A0A0. Windows color (decimal): -7550974 or 182412. OLE color: 182412.
HSL color Cylindrical-coordinate representation of color #8CC802: hue angle of 78.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CC802 is Cyan = 0.3, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 2 | - |
| CMYK | 0.3 | 0 | 0.99 | 0.22 |
| HSL | 78.18º | 0.98% | 0.4% | - |
| HSV(B) | 78.18º | 0.99% | 0.78% | - |
| XYZ | 31.48 | 46.89 | 7.45 | - |
| YUV | 159.49 | 39.12 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 2 | 0.3 | 0 | 0.99 | 0.22 | 78.18 | 0.98 | 0.4 |
| Hex | 8C | C8 | 2 | 1E | 0 | 63 | 16 | 4E | 62 | 28 |
| Octal | 214 | 310 | 2 | 36 | 0 | 143 | 26 | 116 | 142 | 50 |
| Binary | 10001100 | 11001000 | 10 | 11110 | 0 | 1100011 | 10110 | 1001110 | 1100010 | 101000 |
Color Harmonies of #8CC802
Complementary color
Monochromatic Colors of #8CC802
Black with #8CC802
Text Example
Text Example
White with #8CC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC802; }
p { color: rgb(140,200,2); }
H1.HeaderClassName
{
color: #8CC802;
}
.AnyTagClassName
{
color: #8CC802;
}
</style>
background-color css
<style>
a { background-color: #8CC802; }
a { background-color: rgb(140,200,2); }
div.DivClassName
{
background-color: #8CC802;
}
.BgClassName
{
background-color: #8CC802;
}
</style>
border-color css
<style>
span { border-color: #8CC802; }
span { border-color: rgb(140,200,2); }
td.TdClassName
{
border-color: #8CC802;
}
.TagClassName
{
border-color: #8CC802;
}
</style>