Shades of Citrus #8CC30D
Tints of Citrus #8CC30D
RGB
CMYK
RGB Variations
Color information
#8CC30D (or 0x8CC30D) is known color: Citrus. HEX triplet: 8C, C3 and 0D. RGB value is (140,195,13). Sum of RGB (Red+Green+Blue) = 140+195+13=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC30D is #733CF2. Grayscale: #9E9E9E. Windows color (decimal): -7552243 or 902028. OLE color: 902028.
HSL color Cylindrical-coordinate representation of color #8CC30D: hue angle of 78.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CC30D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.24 |
| HSL | 78.13º | 0.88% | 0.41% | - |
| HSV(B) | 78.13º | 0.93% | 0.76% | - |
| XYZ | 30.4 | 44.63 | 7.39 | - |
| YUV | 157.81 | 46.28 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 13 | 0.28 | 0 | 0.93 | 0.24 | 78.13 | 0.88 | 0.41 |
| Hex | 8C | C3 | D | 1C | 0 | 5D | 18 | 4E | 58 | 29 |
| Octal | 214 | 303 | 15 | 34 | 0 | 135 | 30 | 116 | 130 | 51 |
| Binary | 10001100 | 11000011 | 1101 | 11100 | 0 | 1011101 | 11000 | 1001110 | 1011000 | 101001 |
Color Harmonies of #8CC30D
Complementary color
Monochromatic Colors of #8CC30D
Black with #8CC30D
Text Example
Text Example
White with #8CC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC30D; }
p { color: rgb(140,195,13); }
H1.HeaderClassName
{
color: #8CC30D;
}
.AnyTagClassName
{
color: #8CC30D;
}
</style>
background-color css
<style>
a { background-color: #8CC30D; }
a { background-color: rgb(140,195,13); }
div.DivClassName
{
background-color: #8CC30D;
}
.BgClassName
{
background-color: #8CC30D;
}
</style>
border-color css
<style>
span { border-color: #8CC30D; }
span { border-color: rgb(140,195,13); }
td.TdClassName
{
border-color: #8CC30D;
}
.TagClassName
{
border-color: #8CC30D;
}
</style>