Shades of Conifer #98E95C
Tints of Conifer #98E95C
RGB
CMYK
RGB Variations
Color information
#98E95C (or 0x98E95C) is known color: Conifer. HEX triplet: 98, E9 and 5C. RGB value is (152,233,92). Sum of RGB (Red+Green+Blue) = 152+233+92=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #98E95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E95C is #6716A3. Grayscale: #C1C1C1. Windows color (decimal): -6756004 or 6089112. OLE color: 6089112.
HSL color Cylindrical-coordinate representation of color #98E95C: hue angle of 94.47º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98E95C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 233 | 92 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.09 |
| HSL | 94.47º | 0.76% | 0.64% | - |
| HSV(B) | 94.47º | 0.61% | 0.91% | - |
| XYZ | 44.02 | 65.73 | 20.49 | - |
| YUV | 192.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 233 | 92 | 0.35 | 0 | 0.61 | 0.09 | 94.47 | 0.76 | 0.64 |
| Hex | 98 | E9 | 5C | 23 | 0 | 3D | 9 | 5E | 4C | 40 |
| Octal | 230 | 351 | 134 | 43 | 0 | 75 | 11 | 136 | 114 | 100 |
| Binary | 10011000 | 11101001 | 1011100 | 100011 | 0 | 111101 | 1001 | 1011110 | 1001100 | 1000000 |
Color Harmonies of #98E95C
Complementary color
Monochromatic Colors of #98E95C
Black with #98E95C
Text Example
Text Example
White with #98E95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E95C; }
p { color: rgb(152,233,92); }
H1.HeaderClassName
{
color: #98E95C;
}
.AnyTagClassName
{
color: #98E95C;
}
</style>
background-color css
<style>
a { background-color: #98E95C; }
a { background-color: rgb(152,233,92); }
div.DivClassName
{
background-color: #98E95C;
}
.BgClassName
{
background-color: #98E95C;
}
</style>
border-color css
<style>
span { border-color: #98E95C; }
span { border-color: rgb(152,233,92); }
td.TdClassName
{
border-color: #98E95C;
}
.TagClassName
{
border-color: #98E95C;
}
</style>