Shades of Citrus #8FC102
Tints of Citrus #8FC102
RGB
CMYK
RGB Variations
Color information
#8FC102 (or 0x8FC102) is known color: Citrus. HEX triplet: 8F, C1 and 02. RGB value is (143,193,2). Sum of RGB (Red+Green+Blue) = 143+193+2=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC102 is #703EFD. Grayscale: #9C9C9C. Windows color (decimal): -7356158 or 180623. OLE color: 180623.
HSL color Cylindrical-coordinate representation of color #8FC102: hue angle of 75.71º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FC102 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.24 |
| HSL | 75.71º | 0.98% | 0.38% | - |
| HSV(B) | 75.71º | 0.99% | 0.76% | - |
| XYZ | 30.41 | 43.98 | 6.94 | - |
| YUV | 156.28 | 40.94 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 2 | 0.26 | 0 | 0.99 | 0.24 | 75.71 | 0.98 | 0.38 |
| Hex | 8F | C1 | 2 | 1A | 0 | 63 | 18 | 4C | 62 | 26 |
| Octal | 217 | 301 | 2 | 32 | 0 | 143 | 30 | 114 | 142 | 46 |
| Binary | 10001111 | 11000001 | 10 | 11010 | 0 | 1100011 | 11000 | 1001100 | 1100010 | 100110 |
Color Harmonies of #8FC102
Complementary color
Monochromatic Colors of #8FC102
Black with #8FC102
Text Example
Text Example
White with #8FC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC102; }
p { color: rgb(143,193,2); }
H1.HeaderClassName
{
color: #8FC102;
}
.AnyTagClassName
{
color: #8FC102;
}
</style>
background-color css
<style>
a { background-color: #8FC102; }
a { background-color: rgb(143,193,2); }
div.DivClassName
{
background-color: #8FC102;
}
.BgClassName
{
background-color: #8FC102;
}
</style>
border-color css
<style>
span { border-color: #8FC102; }
span { border-color: rgb(143,193,2); }
td.TdClassName
{
border-color: #8FC102;
}
.TagClassName
{
border-color: #8FC102;
}
</style>