Shades of Conifer #98E056
Tints of Conifer #98E056
RGB
CMYK
RGB Variations
Color information
#98E056 (or 0x98E056) is known color: Conifer. HEX triplet: 98, E0 and 56. RGB value is (152,224,86). Sum of RGB (Red+Green+Blue) = 152+224+86=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #98E056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E056 is #671FA9. Grayscale: #BBBBBB. Windows color (decimal): -6758314 or 5693592. OLE color: 5693592.
HSL color Cylindrical-coordinate representation of color #98E056: hue angle of 91.3º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98E056 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 86 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.12 |
| HSL | 91.3º | 0.69% | 0.61% | - |
| HSV(B) | 91.3º | 0.62% | 0.88% | - |
| XYZ | 41.28 | 60.66 | 18.34 | - |
| YUV | 186.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 86 | 0.32 | 0 | 0.62 | 0.12 | 91.3 | 0.69 | 0.61 |
| Hex | 98 | E0 | 56 | 20 | 0 | 3E | C | 5B | 45 | 3D |
| Octal | 230 | 340 | 126 | 40 | 0 | 76 | 14 | 133 | 105 | 75 |
| Binary | 10011000 | 11100000 | 1010110 | 100000 | 0 | 111110 | 1100 | 1011011 | 1000101 | 111101 |
Color Harmonies of #98E056
Complementary color
Monochromatic Colors of #98E056
Black with #98E056
Text Example
Text Example
White with #98E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E056; }
p { color: rgb(152,224,86); }
H1.HeaderClassName
{
color: #98E056;
}
.AnyTagClassName
{
color: #98E056;
}
</style>
background-color css
<style>
a { background-color: #98E056; }
a { background-color: rgb(152,224,86); }
div.DivClassName
{
background-color: #98E056;
}
.BgClassName
{
background-color: #98E056;
}
</style>
border-color css
<style>
span { border-color: #98E056; }
span { border-color: rgb(152,224,86); }
td.TdClassName
{
border-color: #98E056;
}
.TagClassName
{
border-color: #98E056;
}
</style>