Shades of Conifer #98E051
Tints of Conifer #98E051
RGB
CMYK
RGB Variations
Color information
#98E051 (or 0x98E051) is known color: Conifer. HEX triplet: 98, E0 and 51. RGB value is (152,224,81). Sum of RGB (Red+Green+Blue) = 152+224+81=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #98E051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E051 is #671FAE. Grayscale: #BABABA. Windows color (decimal): -6758319 or 5365912. OLE color: 5365912.
HSL color Cylindrical-coordinate representation of color #98E051: hue angle of 90.21º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98E051 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 81 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.12 |
| HSL | 90.21º | 0.7% | 0.6% | - |
| HSV(B) | 90.21º | 0.64% | 0.88% | - |
| XYZ | 41.09 | 60.58 | 17.31 | - |
| YUV | 186.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 81 | 0.32 | 0 | 0.64 | 0.12 | 90.21 | 0.7 | 0.6 |
| Hex | 98 | E0 | 51 | 20 | 0 | 40 | C | 5A | 46 | 3C |
| Octal | 230 | 340 | 121 | 40 | 0 | 100 | 14 | 132 | 106 | 74 |
| Binary | 10011000 | 11100000 | 1010001 | 100000 | 0 | 1000000 | 1100 | 1011010 | 1000110 | 111100 |
Color Harmonies of #98E051
Complementary color
Monochromatic Colors of #98E051
Black with #98E051
Text Example
Text Example
White with #98E051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E051; }
p { color: rgb(152,224,81); }
H1.HeaderClassName
{
color: #98E051;
}
.AnyTagClassName
{
color: #98E051;
}
</style>
background-color css
<style>
a { background-color: #98E051; }
a { background-color: rgb(152,224,81); }
div.DivClassName
{
background-color: #98E051;
}
.BgClassName
{
background-color: #98E051;
}
</style>
border-color css
<style>
span { border-color: #98E051; }
span { border-color: rgb(152,224,81); }
td.TdClassName
{
border-color: #98E051;
}
.TagClassName
{
border-color: #98E051;
}
</style>