Shades of Olivine #98D566
Tints of Olivine #98D566
RGB
CMYK
RGB Variations
Color information
#98D566 (or 0x98D566) is known color: Olivine. HEX triplet: 98, D5 and 66. RGB value is (152,213,102). Sum of RGB (Red+Green+Blue) = 152+213+102=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #98D566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D566 is #672A99. Grayscale: #B6B6B6. Windows color (decimal): -6761114 or 6739352. OLE color: 6739352.
HSL color Cylindrical-coordinate representation of color #98D566: hue angle of 92.97º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98D566 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 102 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.16 |
| HSL | 92.97º | 0.57% | 0.62% | - |
| HSV(B) | 92.97º | 0.52% | 0.84% | - |
| XYZ | 39.14 | 55.22 | 21.17 | - |
| YUV | 182.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 102 | 0.29 | 0 | 0.52 | 0.16 | 92.97 | 0.57 | 0.62 |
| Hex | 98 | D5 | 66 | 1D | 0 | 34 | 10 | 5D | 39 | 3E |
| Octal | 230 | 325 | 146 | 35 | 0 | 64 | 20 | 135 | 71 | 76 |
| Binary | 10011000 | 11010101 | 1100110 | 11101 | 0 | 110100 | 10000 | 1011101 | 111001 | 111110 |
Color Harmonies of #98D566
Complementary color
Monochromatic Colors of #98D566
Black with #98D566
Text Example
Text Example
White with #98D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D566; }
p { color: rgb(152,213,102); }
H1.HeaderClassName
{
color: #98D566;
}
.AnyTagClassName
{
color: #98D566;
}
</style>
background-color css
<style>
a { background-color: #98D566; }
a { background-color: rgb(152,213,102); }
div.DivClassName
{
background-color: #98D566;
}
.BgClassName
{
background-color: #98D566;
}
</style>
border-color css
<style>
span { border-color: #98D566; }
span { border-color: rgb(152,213,102); }
td.TdClassName
{
border-color: #98D566;
}
.TagClassName
{
border-color: #98D566;
}
</style>