Shades of Citrus #8CC30B
Tints of Citrus #8CC30B
RGB
CMYK
RGB Variations
Color information
#8CC30B (or 0x8CC30B) is known color: Citrus. HEX triplet: 8C, C3 and 0B. RGB value is (140,195,11). Sum of RGB (Red+Green+Blue) = 140+195+11=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC30B is #733CF4. Grayscale: #9E9E9E. Windows color (decimal): -7552245 or 770956. OLE color: 770956.
HSL color Cylindrical-coordinate representation of color #8CC30B: hue angle of 77.93º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CC30B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.24 |
| HSL | 77.93º | 0.89% | 0.4% | - |
| HSV(B) | 77.93º | 0.94% | 0.76% | - |
| XYZ | 30.39 | 44.63 | 7.33 | - |
| YUV | 157.58 | 45.28 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 11 | 0.28 | 0 | 0.94 | 0.24 | 77.93 | 0.89 | 0.4 |
| Hex | 8C | C3 | B | 1C | 0 | 5E | 18 | 4E | 59 | 28 |
| Octal | 214 | 303 | 13 | 34 | 0 | 136 | 30 | 116 | 131 | 50 |
| Binary | 10001100 | 11000011 | 1011 | 11100 | 0 | 1011110 | 11000 | 1001110 | 1011001 | 101000 |
Color Harmonies of #8CC30B
Complementary color
Monochromatic Colors of #8CC30B
Black with #8CC30B
Text Example
Text Example
White with #8CC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC30B; }
p { color: rgb(140,195,11); }
H1.HeaderClassName
{
color: #8CC30B;
}
.AnyTagClassName
{
color: #8CC30B;
}
</style>
background-color css
<style>
a { background-color: #8CC30B; }
a { background-color: rgb(140,195,11); }
div.DivClassName
{
background-color: #8CC30B;
}
.BgClassName
{
background-color: #8CC30B;
}
</style>
border-color css
<style>
span { border-color: #8CC30B; }
span { border-color: rgb(140,195,11); }
td.TdClassName
{
border-color: #8CC30B;
}
.TagClassName
{
border-color: #8CC30B;
}
</style>