Shades of Conifer #8FF552
Tints of Conifer #8FF552
RGB
CMYK
RGB Variations
Color information
#8FF552 (or 0x8FF552) is known color: Conifer. HEX triplet: 8F, F5 and 52. RGB value is (143,245,82). Sum of RGB (Red+Green+Blue) = 143+245+82=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF552 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF552 is #700AAD. Grayscale: #C4C4C4. Windows color (decimal): -7342766 or 5436815. OLE color: 5436815.
HSL color Cylindrical-coordinate representation of color #8FF552: hue angle of 97.55º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FF552 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 245 | 82 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.04 |
| HSL | 97.55º | 0.89% | 0.64% | - |
| HSV(B) | 97.55º | 0.67% | 0.96% | - |
| XYZ | 45.5 | 71.75 | 19.43 | - |
| YUV | 195.92 | 63.71 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 245 | 82 | 0.42 | 0 | 0.67 | 0.04 | 97.55 | 0.89 | 0.64 |
| Hex | 8F | F5 | 52 | 2A | 0 | 43 | 4 | 62 | 59 | 40 |
| Octal | 217 | 365 | 122 | 52 | 0 | 103 | 4 | 142 | 131 | 100 |
| Binary | 10001111 | 11110101 | 1010010 | 101010 | 0 | 1000011 | 100 | 1100010 | 1011001 | 1000000 |
Color Harmonies of #8FF552
Complementary color
Monochromatic Colors of #8FF552
Black with #8FF552
Text Example
Text Example
White with #8FF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF552; }
p { color: rgb(143,245,82); }
H1.HeaderClassName
{
color: #8FF552;
}
.AnyTagClassName
{
color: #8FF552;
}
</style>
background-color css
<style>
a { background-color: #8FF552; }
a { background-color: rgb(143,245,82); }
div.DivClassName
{
background-color: #8FF552;
}
.BgClassName
{
background-color: #8FF552;
}
</style>
border-color css
<style>
span { border-color: #8FF552; }
span { border-color: rgb(143,245,82); }
td.TdClassName
{
border-color: #8FF552;
}
.TagClassName
{
border-color: #8FF552;
}
</style>