Shades of Conifer #98D85C
Tints of Conifer #98D85C
RGB
CMYK
RGB Variations
Color information
#98D85C (or 0x98D85C) is known color: Conifer. HEX triplet: 98, D8 and 5C. RGB value is (152,216,92). Sum of RGB (Red+Green+Blue) = 152+216+92=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #98D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D85C is #6727A3. Grayscale: #B7B7B7. Windows color (decimal): -6760356 or 6084760. OLE color: 6084760.
HSL color Cylindrical-coordinate representation of color #98D85C: hue angle of 90.97º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98D85C is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 92 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.15 |
| HSL | 90.97º | 0.61% | 0.6% | - |
| HSV(B) | 90.97º | 0.57% | 0.85% | - |
| XYZ | 39.44 | 56.56 | 18.96 | - |
| YUV | 182.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 92 | 0.30 | 0 | 0.57 | 0.15 | 90.97 | 0.61 | 0.6 |
| Hex | 98 | D8 | 5C | 1E | 0 | 39 | F | 5B | 3D | 3C |
| Octal | 230 | 330 | 134 | 36 | 0 | 71 | 17 | 133 | 75 | 74 |
| Binary | 10011000 | 11011000 | 1011100 | 11110 | 0 | 111001 | 1111 | 1011011 | 111101 | 111100 |
Color Harmonies of #98D85C
Complementary color
Monochromatic Colors of #98D85C
Black with #98D85C
Text Example
Text Example
White with #98D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D85C; }
p { color: rgb(152,216,92); }
H1.HeaderClassName
{
color: #98D85C;
}
.AnyTagClassName
{
color: #98D85C;
}
</style>
background-color css
<style>
a { background-color: #98D85C; }
a { background-color: rgb(152,216,92); }
div.DivClassName
{
background-color: #98D85C;
}
.BgClassName
{
background-color: #98D85C;
}
</style>
border-color css
<style>
span { border-color: #98D85C; }
span { border-color: rgb(152,216,92); }
td.TdClassName
{
border-color: #98D85C;
}
.TagClassName
{
border-color: #98D85C;
}
</style>