Shades of Citrus #8CC80F
Tints of Citrus #8CC80F
RGB
CMYK
RGB Variations
Color information
#8CC80F (or 0x8CC80F) is known color: Citrus. HEX triplet: 8C, C8 and 0F. RGB value is (140,200,15). Sum of RGB (Red+Green+Blue) = 140+200+15=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC80F is #7337F0. Grayscale: #A1A1A1. Windows color (decimal): -7550961 or 1034380. OLE color: 1034380.
HSL color Cylindrical-coordinate representation of color #8CC80F: hue angle of 79.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CC80F is Cyan = 0.3, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 15 | - |
| CMYK | 0.3 | 0 | 0.92 | 0.22 |
| HSL | 79.46º | 0.86% | 0.42% | - |
| HSV(B) | 79.46º | 0.93% | 0.78% | - |
| XYZ | 31.56 | 46.92 | 7.84 | - |
| YUV | 160.97 | 45.62 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 15 | 0.3 | 0 | 0.92 | 0.22 | 79.46 | 0.86 | 0.42 |
| Hex | 8C | C8 | F | 1E | 0 | 5C | 16 | 4F | 56 | 2A |
| Octal | 214 | 310 | 17 | 36 | 0 | 134 | 26 | 117 | 126 | 52 |
| Binary | 10001100 | 11001000 | 1111 | 11110 | 0 | 1011100 | 10110 | 1001111 | 1010110 | 101010 |
Color Harmonies of #8CC80F
Complementary color
Monochromatic Colors of #8CC80F
Black with #8CC80F
Text Example
Text Example
White with #8CC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC80F; }
p { color: rgb(140,200,15); }
H1.HeaderClassName
{
color: #8CC80F;
}
.AnyTagClassName
{
color: #8CC80F;
}
</style>
background-color css
<style>
a { background-color: #8CC80F; }
a { background-color: rgb(140,200,15); }
div.DivClassName
{
background-color: #8CC80F;
}
.BgClassName
{
background-color: #8CC80F;
}
</style>
border-color css
<style>
span { border-color: #8CC80F; }
span { border-color: rgb(140,200,15); }
td.TdClassName
{
border-color: #8CC80F;
}
.TagClassName
{
border-color: #8CC80F;
}
</style>