Shades of Citrus #8CD50C
Tints of Citrus #8CD50C
RGB
CMYK
RGB Variations
Color information
#8CD50C (or 0x8CD50C) is known color: Citrus. HEX triplet: 8C, D5 and 0C. RGB value is (140,213,12). Sum of RGB (Red+Green+Blue) = 140+213+12=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD50C is #732AF3. Grayscale: #A8A8A8. Windows color (decimal): -7547636 or 841100. OLE color: 841100.
HSL color Cylindrical-coordinate representation of color #8CD50C: hue angle of 81.79º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CD50C is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 213 | 12 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.16 |
| HSL | 81.79º | 0.89% | 0.44% | - |
| HSV(B) | 81.79º | 0.94% | 0.84% | - |
| XYZ | 34.68 | 53.19 | 8.79 | - |
| YUV | 168.26 | 39.82 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 213 | 12 | 0.34 | 0 | 0.94 | 0.16 | 81.79 | 0.89 | 0.44 |
| Hex | 8C | D5 | C | 22 | 0 | 5E | 10 | 52 | 59 | 2C |
| Octal | 214 | 325 | 14 | 42 | 0 | 136 | 20 | 122 | 131 | 54 |
| Binary | 10001100 | 11010101 | 1100 | 100010 | 0 | 1011110 | 10000 | 1010010 | 1011001 | 101100 |
Color Harmonies of #8CD50C
Complementary color
Monochromatic Colors of #8CD50C
Black with #8CD50C
Text Example
Text Example
White with #8CD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD50C; }
p { color: rgb(140,213,12); }
H1.HeaderClassName
{
color: #8CD50C;
}
.AnyTagClassName
{
color: #8CD50C;
}
</style>
background-color css
<style>
a { background-color: #8CD50C; }
a { background-color: rgb(140,213,12); }
div.DivClassName
{
background-color: #8CD50C;
}
.BgClassName
{
background-color: #8CD50C;
}
</style>
border-color css
<style>
span { border-color: #8CD50C; }
span { border-color: rgb(140,213,12); }
td.TdClassName
{
border-color: #8CD50C;
}
.TagClassName
{
border-color: #8CD50C;
}
</style>