Shades of Conifer #98D756
Tints of Conifer #98D756
RGB
CMYK
RGB Variations
Color information
#98D756 (or 0x98D756) is known color: Conifer. HEX triplet: 98, D7 and 56. RGB value is (152,215,86). Sum of RGB (Red+Green+Blue) = 152+215+86=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #98D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D756 is #6728A9. Grayscale: #B5B5B5. Windows color (decimal): -6760618 or 5691288. OLE color: 5691288.
HSL color Cylindrical-coordinate representation of color #98D756: hue angle of 89.3º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98D756 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 86 | - |
| CMYK | 0.29 | 0 | 0.6 | 0.16 |
| HSL | 89.3º | 0.62% | 0.59% | - |
| HSV(B) | 89.3º | 0.6% | 0.84% | - |
| XYZ | 38.93 | 55.95 | 17.55 | - |
| YUV | 181.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 86 | 0.29 | 0 | 0.6 | 0.16 | 89.3 | 0.62 | 0.59 |
| Hex | 98 | D7 | 56 | 1D | 0 | 3C | 10 | 59 | 3E | 3B |
| Octal | 230 | 327 | 126 | 35 | 0 | 74 | 20 | 131 | 76 | 73 |
| Binary | 10011000 | 11010111 | 1010110 | 11101 | 0 | 111100 | 10000 | 1011001 | 111110 | 111011 |
Color Harmonies of #98D756
Complementary color
Monochromatic Colors of #98D756
Black with #98D756
Text Example
Text Example
White with #98D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D756; }
p { color: rgb(152,215,86); }
H1.HeaderClassName
{
color: #98D756;
}
.AnyTagClassName
{
color: #98D756;
}
</style>
background-color css
<style>
a { background-color: #98D756; }
a { background-color: rgb(152,215,86); }
div.DivClassName
{
background-color: #98D756;
}
.BgClassName
{
background-color: #98D756;
}
</style>
border-color css
<style>
span { border-color: #98D756; }
span { border-color: rgb(152,215,86); }
td.TdClassName
{
border-color: #98D756;
}
.TagClassName
{
border-color: #98D756;
}
</style>