Shades of Olivine #99D363
Tints of Olivine #99D363
RGB
CMYK
RGB Variations
Color information
#99D363 (or 0x99D363) is known color: Olivine. HEX triplet: 99, D3 and 63. RGB value is (153,211,99). Sum of RGB (Red+Green+Blue) = 153+211+99=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #99D363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D363 is #662C9C. Grayscale: #B5B5B5. Windows color (decimal): -6696093 or 6542233. OLE color: 6542233.
HSL color Cylindrical-coordinate representation of color #99D363: hue angle of 91.07º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99D363 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 99 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.17 |
| HSL | 91.07º | 0.56% | 0.61% | - |
| HSV(B) | 91.07º | 0.53% | 0.83% | - |
| XYZ | 38.68 | 54.26 | 20.24 | - |
| YUV | 180.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 99 | 0.27 | 0 | 0.53 | 0.17 | 91.07 | 0.56 | 0.61 |
| Hex | 99 | D3 | 63 | 1B | 0 | 35 | 11 | 5B | 38 | 3D |
| Octal | 231 | 323 | 143 | 33 | 0 | 65 | 21 | 133 | 70 | 75 |
| Binary | 10011001 | 11010011 | 1100011 | 11011 | 0 | 110101 | 10001 | 1011011 | 111000 | 111101 |
Color Harmonies of #99D363
Complementary color
Monochromatic Colors of #99D363
Black with #99D363
Text Example
Text Example
White with #99D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D363; }
p { color: rgb(153,211,99); }
H1.HeaderClassName
{
color: #99D363;
}
.AnyTagClassName
{
color: #99D363;
}
</style>
background-color css
<style>
a { background-color: #99D363; }
a { background-color: rgb(153,211,99); }
div.DivClassName
{
background-color: #99D363;
}
.BgClassName
{
background-color: #99D363;
}
</style>
border-color css
<style>
span { border-color: #99D363; }
span { border-color: rgb(153,211,99); }
td.TdClassName
{
border-color: #99D363;
}
.TagClassName
{
border-color: #99D363;
}
</style>