Shades of Conifer #98E357
Tints of Conifer #98E357
RGB
CMYK
RGB Variations
Color information
#98E357 (or 0x98E357) is known color: Conifer. HEX triplet: 98, E3 and 57. RGB value is (152,227,87). Sum of RGB (Red+Green+Blue) = 152+227+87=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #98E357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E357 is #671CA8. Grayscale: #BDBDBD. Windows color (decimal): -6757545 or 5759896. OLE color: 5759896.
HSL color Cylindrical-coordinate representation of color #98E357: hue angle of 92.14º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98E357 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 87 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.11 |
| HSL | 92.14º | 0.71% | 0.62% | - |
| HSV(B) | 92.14º | 0.62% | 0.89% | - |
| XYZ | 42.14 | 62.3 | 18.82 | - |
| YUV | 188.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 87 | 0.33 | 0 | 0.62 | 0.11 | 92.14 | 0.71 | 0.62 |
| Hex | 98 | E3 | 57 | 21 | 0 | 3E | B | 5C | 47 | 3E |
| Octal | 230 | 343 | 127 | 41 | 0 | 76 | 13 | 134 | 107 | 76 |
| Binary | 10011000 | 11100011 | 1010111 | 100001 | 0 | 111110 | 1011 | 1011100 | 1000111 | 111110 |
Color Harmonies of #98E357
Complementary color
Monochromatic Colors of #98E357
Black with #98E357
Text Example
Text Example
White with #98E357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E357; }
p { color: rgb(152,227,87); }
H1.HeaderClassName
{
color: #98E357;
}
.AnyTagClassName
{
color: #98E357;
}
</style>
background-color css
<style>
a { background-color: #98E357; }
a { background-color: rgb(152,227,87); }
div.DivClassName
{
background-color: #98E357;
}
.BgClassName
{
background-color: #98E357;
}
</style>
border-color css
<style>
span { border-color: #98E357; }
span { border-color: rgb(152,227,87); }
td.TdClassName
{
border-color: #98E357;
}
.TagClassName
{
border-color: #98E357;
}
</style>