Shades of Citrus #8FC30F
Tints of Citrus #8FC30F
RGB
CMYK
RGB Variations
Color information
#8FC30F (or 0x8FC30F) is known color: Citrus. HEX triplet: 8F, C3 and 0F. RGB value is (143,195,15). Sum of RGB (Red+Green+Blue) = 143+195+15=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC30F is #703CF0. Grayscale: #9F9F9F. Windows color (decimal): -7355633 or 1033103. OLE color: 1033103.
HSL color Cylindrical-coordinate representation of color #8FC30F: hue angle of 77.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FC30F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 195 | 15 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.24 |
| HSL | 77.33º | 0.86% | 0.41% | - |
| HSV(B) | 77.33º | 0.92% | 0.76% | - |
| XYZ | 30.93 | 44.9 | 7.49 | - |
| YUV | 158.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 15 | 0.27 | 0 | 0.92 | 0.24 | 77.33 | 0.86 | 0.41 |
| Hex | 8F | C3 | F | 1B | 0 | 5C | 18 | 4D | 56 | 29 |
| Octal | 217 | 303 | 17 | 33 | 0 | 134 | 30 | 115 | 126 | 51 |
| Binary | 10001111 | 11000011 | 1111 | 11011 | 0 | 1011100 | 11000 | 1001101 | 1010110 | 101001 |
Color Harmonies of #8FC30F
Complementary color
Monochromatic Colors of #8FC30F
Black with #8FC30F
Text Example
Text Example
White with #8FC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC30F; }
p { color: rgb(143,195,15); }
H1.HeaderClassName
{
color: #8FC30F;
}
.AnyTagClassName
{
color: #8FC30F;
}
</style>
background-color css
<style>
a { background-color: #8FC30F; }
a { background-color: rgb(143,195,15); }
div.DivClassName
{
background-color: #8FC30F;
}
.BgClassName
{
background-color: #8FC30F;
}
</style>
border-color css
<style>
span { border-color: #8FC30F; }
span { border-color: rgb(143,195,15); }
td.TdClassName
{
border-color: #8FC30F;
}
.TagClassName
{
border-color: #8FC30F;
}
</style>