Shades of Conifer #98D557
Tints of Conifer #98D557
RGB
CMYK
RGB Variations
Color information
#98D557 (or 0x98D557) is known color: Conifer. HEX triplet: 98, D5 and 57. RGB value is (152,213,87). Sum of RGB (Red+Green+Blue) = 152+213+87=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #98D557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D557 is #672AA8. Grayscale: #B4B4B4. Windows color (decimal): -6761129 or 5756312. OLE color: 5756312.
HSL color Cylindrical-coordinate representation of color #98D557: hue angle of 89.05º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98D557 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 87 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.16 |
| HSL | 89.05º | 0.6% | 0.59% | - |
| HSV(B) | 89.05º | 0.59% | 0.84% | - |
| XYZ | 38.46 | 54.95 | 17.6 | - |
| YUV | 180.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 87 | 0.29 | 0 | 0.59 | 0.16 | 89.05 | 0.6 | 0.59 |
| Hex | 98 | D5 | 57 | 1D | 0 | 3B | 10 | 59 | 3C | 3B |
| Octal | 230 | 325 | 127 | 35 | 0 | 73 | 20 | 131 | 74 | 73 |
| Binary | 10011000 | 11010101 | 1010111 | 11101 | 0 | 111011 | 10000 | 1011001 | 111100 | 111011 |
Color Harmonies of #98D557
Complementary color
Monochromatic Colors of #98D557
Black with #98D557
Text Example
Text Example
White with #98D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D557; }
p { color: rgb(152,213,87); }
H1.HeaderClassName
{
color: #98D557;
}
.AnyTagClassName
{
color: #98D557;
}
</style>
background-color css
<style>
a { background-color: #98D557; }
a { background-color: rgb(152,213,87); }
div.DivClassName
{
background-color: #98D557;
}
.BgClassName
{
background-color: #98D557;
}
</style>
border-color css
<style>
span { border-color: #98D557; }
span { border-color: rgb(152,213,87); }
td.TdClassName
{
border-color: #98D557;
}
.TagClassName
{
border-color: #98D557;
}
</style>