Shades of Citrus #8CC203
Tints of Citrus #8CC203
RGB
CMYK
RGB Variations
Color information
#8CC203 (or 0x8CC203) is known color: Citrus. HEX triplet: 8C, C2 and 03. RGB value is (140,194,3). Sum of RGB (Red+Green+Blue) = 140+194+3=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC203 is #733DFC. Grayscale: #9C9C9C. Windows color (decimal): -7552509 or 246412. OLE color: 246412.
HSL color Cylindrical-coordinate representation of color #8CC203: hue angle of 76.96º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CC203 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.24 |
| HSL | 76.96º | 0.97% | 0.39% | - |
| HSV(B) | 76.96º | 0.98% | 0.76% | - |
| XYZ | 30.12 | 44.17 | 7.02 | - |
| YUV | 156.08 | 41.61 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 3 | 0.28 | 0 | 0.98 | 0.24 | 76.96 | 0.97 | 0.39 |
| Hex | 8C | C2 | 3 | 1C | 0 | 62 | 18 | 4D | 61 | 27 |
| Octal | 214 | 302 | 3 | 34 | 0 | 142 | 30 | 115 | 141 | 47 |
| Binary | 10001100 | 11000010 | 11 | 11100 | 0 | 1100010 | 11000 | 1001101 | 1100001 | 100111 |
Color Harmonies of #8CC203
Complementary color
Monochromatic Colors of #8CC203
Black with #8CC203
Text Example
Text Example
White with #8CC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC203; }
p { color: rgb(140,194,3); }
H1.HeaderClassName
{
color: #8CC203;
}
.AnyTagClassName
{
color: #8CC203;
}
</style>
background-color css
<style>
a { background-color: #8CC203; }
a { background-color: rgb(140,194,3); }
div.DivClassName
{
background-color: #8CC203;
}
.BgClassName
{
background-color: #8CC203;
}
</style>
border-color css
<style>
span { border-color: #8CC203; }
span { border-color: rgb(140,194,3); }
td.TdClassName
{
border-color: #8CC203;
}
.TagClassName
{
border-color: #8CC203;
}
</style>