Shades of Citrus #8CC102
Tints of Citrus #8CC102
RGB
CMYK
RGB Variations
Color information
#8CC102 (or 0x8CC102) is known color: Citrus. HEX triplet: 8C, C1 and 02. RGB value is (140,193,2). Sum of RGB (Red+Green+Blue) = 140+193+2=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC102 is #733EFD. Grayscale: #9C9C9C. Windows color (decimal): -7552766 or 180620. OLE color: 180620.
HSL color Cylindrical-coordinate representation of color #8CC102: hue angle of 76.65º 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 #8CC102 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.24 |
| HSL | 76.65º | 0.98% | 0.38% | - |
| HSV(B) | 76.65º | 0.99% | 0.76% | - |
| XYZ | 29.9 | 43.72 | 6.92 | - |
| YUV | 155.38 | 41.44 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 2 | 0.27 | 0 | 0.99 | 0.24 | 76.65 | 0.98 | 0.38 |
| Hex | 8C | C1 | 2 | 1B | 0 | 63 | 18 | 4D | 62 | 26 |
| Octal | 214 | 301 | 2 | 33 | 0 | 143 | 30 | 115 | 142 | 46 |
| Binary | 10001100 | 11000001 | 10 | 11011 | 0 | 1100011 | 11000 | 1001101 | 1100010 | 100110 |
Color Harmonies of #8CC102
Complementary color
Monochromatic Colors of #8CC102
Black with #8CC102
Text Example
Text Example
White with #8CC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC102; }
p { color: rgb(140,193,2); }
H1.HeaderClassName
{
color: #8CC102;
}
.AnyTagClassName
{
color: #8CC102;
}
</style>
background-color css
<style>
a { background-color: #8CC102; }
a { background-color: rgb(140,193,2); }
div.DivClassName
{
background-color: #8CC102;
}
.BgClassName
{
background-color: #8CC102;
}
</style>
border-color css
<style>
span { border-color: #8CC102; }
span { border-color: rgb(140,193,2); }
td.TdClassName
{
border-color: #8CC102;
}
.TagClassName
{
border-color: #8CC102;
}
</style>