Shades of Citrus #8CD500
Tints of Citrus #8CD500
RGB
CMYK
RGB Variations
Color information
#8CD500 (or 0x8CD500) is known color: Citrus. HEX triplet: 8C, D5 and 00. RGB value is (140,213,0). Sum of RGB (Red+Green+Blue) = 140+213+0=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD500 is #732AFF. Grayscale: #A7A7A7. Windows color (decimal): -7547648 or 54668. OLE color: 54668.
HSL color Cylindrical-coordinate representation of color #8CD500: hue angle of 80.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CD500 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 213 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.16 |
| HSL | 80.56º | 1% | 0.42% | - |
| HSV(B) | 80.56º | 1% | 0.84% | - |
| XYZ | 34.61 | 53.16 | 8.44 | - |
| YUV | 166.89 | 33.82 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 213 | 0 | 0.34 | 0 | 1 | 0.16 | 80.56 | 1 | 0.42 |
| Hex | 8C | D5 | 0 | 22 | 0 | 64 | 10 | 51 | 64 | 2A |
| Octal | 214 | 325 | 0 | 42 | 0 | 144 | 20 | 121 | 144 | 52 |
| Binary | 10001100 | 11010101 | 0 | 100010 | 0 | 1100100 | 10000 | 1010001 | 1100100 | 101010 |
Color Harmonies of #8CD500
Complementary color
Monochromatic Colors of #8CD500
Black with #8CD500
Text Example
Text Example
White with #8CD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD500; }
p { color: rgb(140,213,0); }
H1.HeaderClassName
{
color: #8CD500;
}
.AnyTagClassName
{
color: #8CD500;
}
</style>
background-color css
<style>
a { background-color: #8CD500; }
a { background-color: rgb(140,213,0); }
div.DivClassName
{
background-color: #8CD500;
}
.BgClassName
{
background-color: #8CD500;
}
</style>
border-color css
<style>
span { border-color: #8CD500; }
span { border-color: rgb(140,213,0); }
td.TdClassName
{
border-color: #8CD500;
}
.TagClassName
{
border-color: #8CD500;
}
</style>