Shades of Conifer #8CF254
Tints of Conifer #8CF254
RGB
CMYK
RGB Variations
Color information
#8CF254 (or 0x8CF254) is known color: Conifer. HEX triplet: 8C, F2 and 54. RGB value is (140,242,84). Sum of RGB (Red+Green+Blue) = 140+242+84=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF254 is #730DAB. Grayscale: #C2C2C2. Windows color (decimal): -7540140 or 5567116. OLE color: 5567116.
HSL color Cylindrical-coordinate representation of color #8CF254: hue angle of 98.73º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CF254 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 84 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.05 |
| HSL | 98.73º | 0.86% | 0.64% | - |
| HSV(B) | 98.73º | 0.65% | 0.95% | - |
| XYZ | 44.17 | 69.72 | 19.52 | - |
| YUV | 193.49 | 66.21 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 84 | 0.42 | 0 | 0.65 | 0.05 | 98.73 | 0.86 | 0.64 |
| Hex | 8C | F2 | 54 | 2A | 0 | 41 | 5 | 63 | 56 | 40 |
| Octal | 214 | 362 | 124 | 52 | 0 | 101 | 5 | 143 | 126 | 100 |
| Binary | 10001100 | 11110010 | 1010100 | 101010 | 0 | 1000001 | 101 | 1100011 | 1010110 | 1000000 |
Color Harmonies of #8CF254
Complementary color
Monochromatic Colors of #8CF254
Black with #8CF254
Text Example
Text Example
White with #8CF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF254; }
p { color: rgb(140,242,84); }
H1.HeaderClassName
{
color: #8CF254;
}
.AnyTagClassName
{
color: #8CF254;
}
</style>
background-color css
<style>
a { background-color: #8CF254; }
a { background-color: rgb(140,242,84); }
div.DivClassName
{
background-color: #8CF254;
}
.BgClassName
{
background-color: #8CF254;
}
</style>
border-color css
<style>
span { border-color: #8CF254; }
span { border-color: rgb(140,242,84); }
td.TdClassName
{
border-color: #8CF254;
}
.TagClassName
{
border-color: #8CF254;
}
</style>