Shades of Conifer #98E658
Tints of Conifer #98E658
RGB
CMYK
RGB Variations
Color information
#98E658 (or 0x98E658) is known color: Conifer. HEX triplet: 98, E6 and 58. RGB value is (152,230,88). Sum of RGB (Red+Green+Blue) = 152+230+88=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #98E658 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E658 is #6719A7. Grayscale: #BEBEBE. Windows color (decimal): -6756776 or 5826200. OLE color: 5826200.
HSL color Cylindrical-coordinate representation of color #98E658: hue angle of 92.96º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98E658 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 230 | 88 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.10 |
| HSL | 92.96º | 0.74% | 0.62% | - |
| HSV(B) | 92.96º | 0.62% | 0.9% | - |
| XYZ | 43.01 | 63.97 | 19.31 | - |
| YUV | 190.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 88 | 0.34 | 0 | 0.62 | 0.10 | 92.96 | 0.74 | 0.62 |
| Hex | 98 | E6 | 58 | 22 | 0 | 3E | A | 5D | 4A | 3E |
| Octal | 230 | 346 | 130 | 42 | 0 | 76 | 12 | 135 | 112 | 76 |
| Binary | 10011000 | 11100110 | 1011000 | 100010 | 0 | 111110 | 1010 | 1011101 | 1001010 | 111110 |
Color Harmonies of #98E658
Complementary color
Monochromatic Colors of #98E658
Black with #98E658
Text Example
Text Example
White with #98E658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E658; }
p { color: rgb(152,230,88); }
H1.HeaderClassName
{
color: #98E658;
}
.AnyTagClassName
{
color: #98E658;
}
</style>
background-color css
<style>
a { background-color: #98E658; }
a { background-color: rgb(152,230,88); }
div.DivClassName
{
background-color: #98E658;
}
.BgClassName
{
background-color: #98E658;
}
</style>
border-color css
<style>
span { border-color: #98E658; }
span { border-color: rgb(152,230,88); }
td.TdClassName
{
border-color: #98E658;
}
.TagClassName
{
border-color: #98E658;
}
</style>