Shades of Conifer #98D656
Tints of Conifer #98D656
RGB
CMYK
RGB Variations
Color information
#98D656 (or 0x98D656) is known color: Conifer. HEX triplet: 98, D6 and 56. RGB value is (152,214,86). Sum of RGB (Red+Green+Blue) = 152+214+86=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #98D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D656 is #6729A9. Grayscale: #B5B5B5. Windows color (decimal): -6760874 or 5691032. OLE color: 5691032.
HSL color Cylindrical-coordinate representation of color #98D656: hue angle of 89.06º degrees, saturation: 0.61, 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 #98D656 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 86 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.16 |
| HSL | 89.06º | 0.61% | 0.59% | - |
| HSV(B) | 89.06º | 0.6% | 0.84% | - |
| XYZ | 38.68 | 55.44 | 17.47 | - |
| YUV | 180.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 86 | 0.29 | 0 | 0.60 | 0.16 | 89.06 | 0.61 | 0.59 |
| Hex | 98 | D6 | 56 | 1D | 0 | 3C | 10 | 59 | 3D | 3B |
| Octal | 230 | 326 | 126 | 35 | 0 | 74 | 20 | 131 | 75 | 73 |
| Binary | 10011000 | 11010110 | 1010110 | 11101 | 0 | 111100 | 10000 | 1011001 | 111101 | 111011 |
Color Harmonies of #98D656
Complementary color
Monochromatic Colors of #98D656
Black with #98D656
Text Example
Text Example
White with #98D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D656; }
p { color: rgb(152,214,86); }
H1.HeaderClassName
{
color: #98D656;
}
.AnyTagClassName
{
color: #98D656;
}
</style>
background-color css
<style>
a { background-color: #98D656; }
a { background-color: rgb(152,214,86); }
div.DivClassName
{
background-color: #98D656;
}
.BgClassName
{
background-color: #98D656;
}
</style>
border-color css
<style>
span { border-color: #98D656; }
span { border-color: rgb(152,214,86); }
td.TdClassName
{
border-color: #98D656;
}
.TagClassName
{
border-color: #98D656;
}
</style>