Shades of Conifer #98D15C
Tints of Conifer #98D15C
RGB
CMYK
RGB Variations
Color information
#98D15C (or 0x98D15C) is known color: Conifer. HEX triplet: 98, D1 and 5C. RGB value is (152,209,92). Sum of RGB (Red+Green+Blue) = 152+209+92=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #98D15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D15C is #672EA3. Grayscale: #B3B3B3. Windows color (decimal): -6762148 or 6082968. OLE color: 6082968.
HSL color Cylindrical-coordinate representation of color #98D15C: hue angle of 89.23º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98D15C is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 92 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.18 |
| HSL | 89.23º | 0.56% | 0.59% | - |
| HSV(B) | 89.23º | 0.56% | 0.82% | - |
| XYZ | 37.68 | 53.05 | 18.38 | - |
| YUV | 178.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 92 | 0.27 | 0 | 0.56 | 0.18 | 89.23 | 0.56 | 0.59 |
| Hex | 98 | D1 | 5C | 1B | 0 | 38 | 12 | 59 | 38 | 3B |
| Octal | 230 | 321 | 134 | 33 | 0 | 70 | 22 | 131 | 70 | 73 |
| Binary | 10011000 | 11010001 | 1011100 | 11011 | 0 | 111000 | 10010 | 1011001 | 111000 | 111011 |
Color Harmonies of #98D15C
Complementary color
Monochromatic Colors of #98D15C
Black with #98D15C
Text Example
Text Example
White with #98D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D15C; }
p { color: rgb(152,209,92); }
H1.HeaderClassName
{
color: #98D15C;
}
.AnyTagClassName
{
color: #98D15C;
}
</style>
background-color css
<style>
a { background-color: #98D15C; }
a { background-color: rgb(152,209,92); }
div.DivClassName
{
background-color: #98D15C;
}
.BgClassName
{
background-color: #98D15C;
}
</style>
border-color css
<style>
span { border-color: #98D15C; }
span { border-color: rgb(152,209,92); }
td.TdClassName
{
border-color: #98D15C;
}
.TagClassName
{
border-color: #98D15C;
}
</style>