Shades of Conifer #98E453
Tints of Conifer #98E453
RGB
CMYK
RGB Variations
Color information
#98E453 (or 0x98E453) is known color: Conifer. HEX triplet: 98, E4 and 53. RGB value is (152,228,83). Sum of RGB (Red+Green+Blue) = 152+228+83=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #98E453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E453 is #671BAC. Grayscale: #BDBDBD. Windows color (decimal): -6757293 or 5498008. OLE color: 5498008.
HSL color Cylindrical-coordinate representation of color #98E453: hue angle of 91.45º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98E453 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 83 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.11 |
| HSL | 91.45º | 0.73% | 0.61% | - |
| HSV(B) | 91.45º | 0.64% | 0.89% | - |
| XYZ | 42.25 | 62.79 | 18.08 | - |
| YUV | 188.75 | 68.32 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 83 | 0.33 | 0 | 0.64 | 0.11 | 91.45 | 0.73 | 0.61 |
| Hex | 98 | E4 | 53 | 21 | 0 | 40 | B | 5B | 49 | 3D |
| Octal | 230 | 344 | 123 | 41 | 0 | 100 | 13 | 133 | 111 | 75 |
| Binary | 10011000 | 11100100 | 1010011 | 100001 | 0 | 1000000 | 1011 | 1011011 | 1001001 | 111101 |
Color Harmonies of #98E453
Complementary color
Monochromatic Colors of #98E453
Black with #98E453
Text Example
Text Example
White with #98E453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E453; }
p { color: rgb(152,228,83); }
H1.HeaderClassName
{
color: #98E453;
}
.AnyTagClassName
{
color: #98E453;
}
</style>
background-color css
<style>
a { background-color: #98E453; }
a { background-color: rgb(152,228,83); }
div.DivClassName
{
background-color: #98E453;
}
.BgClassName
{
background-color: #98E453;
}
</style>
border-color css
<style>
span { border-color: #98E453; }
span { border-color: rgb(152,228,83); }
td.TdClassName
{
border-color: #98E453;
}
.TagClassName
{
border-color: #98E453;
}
</style>