Shades of Citrus #8CC00F
Tints of Citrus #8CC00F
RGB
CMYK
RGB Variations
Color information
#8CC00F (or 0x8CC00F) is known color: Citrus. HEX triplet: 8C, C0 and 0F. RGB value is (140,192,15). Sum of RGB (Red+Green+Blue) = 140+192+15=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC00F is #733FF0. Grayscale: #9C9C9C. Windows color (decimal): -7553009 or 1032332. OLE color: 1032332.
HSL color Cylindrical-coordinate representation of color #8CC00F: hue angle of 77.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CC00F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 15 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.25 |
| HSL | 77.63º | 0.86% | 0.41% | - |
| HSV(B) | 77.63º | 0.92% | 0.75% | - |
| XYZ | 29.75 | 43.31 | 7.24 | - |
| YUV | 156.27 | 48.27 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 15 | 0.27 | 0 | 0.92 | 0.25 | 77.63 | 0.86 | 0.41 |
| Hex | 8C | C0 | F | 1B | 0 | 5C | 19 | 4E | 56 | 29 |
| Octal | 214 | 300 | 17 | 33 | 0 | 134 | 31 | 116 | 126 | 51 |
| Binary | 10001100 | 11000000 | 1111 | 11011 | 0 | 1011100 | 11001 | 1001110 | 1010110 | 101001 |
Color Harmonies of #8CC00F
Complementary color
Monochromatic Colors of #8CC00F
Black with #8CC00F
Text Example
Text Example
White with #8CC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC00F; }
p { color: rgb(140,192,15); }
H1.HeaderClassName
{
color: #8CC00F;
}
.AnyTagClassName
{
color: #8CC00F;
}
</style>
background-color css
<style>
a { background-color: #8CC00F; }
a { background-color: rgb(140,192,15); }
div.DivClassName
{
background-color: #8CC00F;
}
.BgClassName
{
background-color: #8CC00F;
}
</style>
border-color css
<style>
span { border-color: #8CC00F; }
span { border-color: rgb(140,192,15); }
td.TdClassName
{
border-color: #8CC00F;
}
.TagClassName
{
border-color: #8CC00F;
}
</style>