Shades of Conifer #8CF255
Tints of Conifer #8CF255
RGB
CMYK
RGB Variations
Color information
#8CF255 (or 0x8CF255) is known color: Conifer. HEX triplet: 8C, F2 and 55. RGB value is (140,242,85). Sum of RGB (Red+Green+Blue) = 140+242+85=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF255 is #730DAA. Grayscale: #C2C2C2. Windows color (decimal): -7540139 or 5632652. OLE color: 5632652.
HSL color Cylindrical-coordinate representation of color #8CF255: hue angle of 98.98º 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 #8CF255 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 85 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.05 |
| HSL | 98.98º | 0.86% | 0.64% | - |
| HSV(B) | 98.98º | 0.65% | 0.95% | - |
| XYZ | 44.21 | 69.74 | 19.72 | - |
| YUV | 193.6 | 66.71 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 85 | 0.42 | 0 | 0.65 | 0.05 | 98.98 | 0.86 | 0.64 |
| Hex | 8C | F2 | 55 | 2A | 0 | 41 | 5 | 63 | 56 | 40 |
| Octal | 214 | 362 | 125 | 52 | 0 | 101 | 5 | 143 | 126 | 100 |
| Binary | 10001100 | 11110010 | 1010101 | 101010 | 0 | 1000001 | 101 | 1100011 | 1010110 | 1000000 |
Color Harmonies of #8CF255
Complementary color
Monochromatic Colors of #8CF255
Black with #8CF255
Text Example
Text Example
White with #8CF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF255; }
p { color: rgb(140,242,85); }
H1.HeaderClassName
{
color: #8CF255;
}
.AnyTagClassName
{
color: #8CF255;
}
</style>
background-color css
<style>
a { background-color: #8CF255; }
a { background-color: rgb(140,242,85); }
div.DivClassName
{
background-color: #8CF255;
}
.BgClassName
{
background-color: #8CF255;
}
</style>
border-color css
<style>
span { border-color: #8CF255; }
span { border-color: rgb(140,242,85); }
td.TdClassName
{
border-color: #8CF255;
}
.TagClassName
{
border-color: #8CF255;
}
</style>