Shades of Conifer #98F959
Tints of Conifer #98F959
RGB
CMYK
RGB Variations
Color information
#98F959 (or 0x98F959) is known color: Conifer. HEX triplet: 98, F9 and 59. RGB value is (152,249,89). Sum of RGB (Red+Green+Blue) = 152+249+89=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #98F959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F959 is #6706A6. Grayscale: #CACACA. Windows color (decimal): -6751911 or 5896600. OLE color: 5896600.
HSL color Cylindrical-coordinate representation of color #98F959: hue angle of 96.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98F959 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 249 | 89 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.02 |
| HSL | 96.38º | 0.93% | 0.66% | - |
| HSV(B) | 96.38º | 0.64% | 0.98% | - |
| XYZ | 48.63 | 75.15 | 21.39 | - |
| YUV | 201.76 | 64.36 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 249 | 89 | 0.39 | 0 | 0.64 | 0.02 | 96.38 | 0.93 | 0.66 |
| Hex | 98 | F9 | 59 | 27 | 0 | 40 | 2 | 60 | 5D | 42 |
| Octal | 230 | 371 | 131 | 47 | 0 | 100 | 2 | 140 | 135 | 102 |
| Binary | 10011000 | 11111001 | 1011001 | 100111 | 0 | 1000000 | 10 | 1100000 | 1011101 | 1000010 |
Color Harmonies of #98F959
Complementary color
Monochromatic Colors of #98F959
Black with #98F959
Text Example
Text Example
White with #98F959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F959; }
p { color: rgb(152,249,89); }
H1.HeaderClassName
{
color: #98F959;
}
.AnyTagClassName
{
color: #98F959;
}
</style>
background-color css
<style>
a { background-color: #98F959; }
a { background-color: rgb(152,249,89); }
div.DivClassName
{
background-color: #98F959;
}
.BgClassName
{
background-color: #98F959;
}
</style>
border-color css
<style>
span { border-color: #98F959; }
span { border-color: rgb(152,249,89); }
td.TdClassName
{
border-color: #98F959;
}
.TagClassName
{
border-color: #98F959;
}
</style>