Shades of Conifer #98F259
Tints of Conifer #98F259
RGB
CMYK
RGB Variations
Color information
#98F259 (or 0x98F259) is known color: Conifer. HEX triplet: 98, F2 and 59. RGB value is (152,242,89). Sum of RGB (Red+Green+Blue) = 152+242+89=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #98F259 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F259 is #670DA6. Grayscale: #C6C6C6. Windows color (decimal): -6753703 or 5894808. OLE color: 5894808.
HSL color Cylindrical-coordinate representation of color #98F259: hue angle of 95.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98F259 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 89 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.05 |
| HSL | 95.29º | 0.85% | 0.65% | - |
| HSV(B) | 95.29º | 0.63% | 0.95% | - |
| XYZ | 46.5 | 70.9 | 20.69 | - |
| YUV | 197.65 | 66.68 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 89 | 0.37 | 0 | 0.63 | 0.05 | 95.29 | 0.85 | 0.65 |
| Hex | 98 | F2 | 59 | 25 | 0 | 3F | 5 | 5F | 55 | 41 |
| Octal | 230 | 362 | 131 | 45 | 0 | 77 | 5 | 137 | 125 | 101 |
| Binary | 10011000 | 11110010 | 1011001 | 100101 | 0 | 111111 | 101 | 1011111 | 1010101 | 1000001 |
Color Harmonies of #98F259
Complementary color
Monochromatic Colors of #98F259
Black with #98F259
Text Example
Text Example
White with #98F259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F259; }
p { color: rgb(152,242,89); }
H1.HeaderClassName
{
color: #98F259;
}
.AnyTagClassName
{
color: #98F259;
}
</style>
background-color css
<style>
a { background-color: #98F259; }
a { background-color: rgb(152,242,89); }
div.DivClassName
{
background-color: #98F259;
}
.BgClassName
{
background-color: #98F259;
}
</style>
border-color css
<style>
span { border-color: #98F259; }
span { border-color: rgb(152,242,89); }
td.TdClassName
{
border-color: #98F259;
}
.TagClassName
{
border-color: #98F259;
}
</style>