Shades of Conifer #98E55F
Tints of Conifer #98E55F
RGB
CMYK
RGB Variations
Color information
#98E55F (or 0x98E55F) is known color: Conifer. HEX triplet: 98, E5 and 5F. RGB value is (152,229,95). Sum of RGB (Red+Green+Blue) = 152+229+95=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #98E55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E55F is #671AA0. Grayscale: #BFBFBF. Windows color (decimal): -6757025 or 6284696. OLE color: 6284696.
HSL color Cylindrical-coordinate representation of color #98E55F: hue angle of 94.48º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98E55F is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 95 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.10 |
| HSL | 94.48º | 0.72% | 0.64% | - |
| HSV(B) | 94.48º | 0.59% | 0.9% | - |
| XYZ | 43.03 | 63.54 | 20.82 | - |
| YUV | 190.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 95 | 0.34 | 0 | 0.59 | 0.10 | 94.48 | 0.72 | 0.64 |
| Hex | 98 | E5 | 5F | 22 | 0 | 3B | A | 5E | 48 | 40 |
| Octal | 230 | 345 | 137 | 42 | 0 | 73 | 12 | 136 | 110 | 100 |
| Binary | 10011000 | 11100101 | 1011111 | 100010 | 0 | 111011 | 1010 | 1011110 | 1001000 | 1000000 |
Color Harmonies of #98E55F
Complementary color
Monochromatic Colors of #98E55F
Black with #98E55F
Text Example
Text Example
White with #98E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E55F; }
p { color: rgb(152,229,95); }
H1.HeaderClassName
{
color: #98E55F;
}
.AnyTagClassName
{
color: #98E55F;
}
</style>
background-color css
<style>
a { background-color: #98E55F; }
a { background-color: rgb(152,229,95); }
div.DivClassName
{
background-color: #98E55F;
}
.BgClassName
{
background-color: #98E55F;
}
</style>
border-color css
<style>
span { border-color: #98E55F; }
span { border-color: rgb(152,229,95); }
td.TdClassName
{
border-color: #98E55F;
}
.TagClassName
{
border-color: #98E55F;
}
</style>