Shades of Olivine #99D563
Tints of Olivine #99D563
RGB
CMYK
RGB Variations
Color information
#99D563 (or 0x99D563) is known color: Olivine. HEX triplet: 99, D5 and 63. RGB value is (153,213,99). Sum of RGB (Red+Green+Blue) = 153+213+99=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #99D563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D563 is #662A9C. Grayscale: #B6B6B6. Windows color (decimal): -6695581 or 6542745. OLE color: 6542745.
HSL color Cylindrical-coordinate representation of color #99D563: hue angle of 91.58º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99D563 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 99 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.16 |
| HSL | 91.58º | 0.58% | 0.61% | - |
| HSV(B) | 91.58º | 0.54% | 0.84% | - |
| XYZ | 39.18 | 55.26 | 20.41 | - |
| YUV | 182.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 99 | 0.28 | 0 | 0.54 | 0.16 | 91.58 | 0.58 | 0.61 |
| Hex | 99 | D5 | 63 | 1C | 0 | 36 | 10 | 5C | 3A | 3D |
| Octal | 231 | 325 | 143 | 34 | 0 | 66 | 20 | 134 | 72 | 75 |
| Binary | 10011001 | 11010101 | 1100011 | 11100 | 0 | 110110 | 10000 | 1011100 | 111010 | 111101 |
Color Harmonies of #99D563
Complementary color
Monochromatic Colors of #99D563
Black with #99D563
Text Example
Text Example
White with #99D563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D563; }
p { color: rgb(153,213,99); }
H1.HeaderClassName
{
color: #99D563;
}
.AnyTagClassName
{
color: #99D563;
}
</style>
background-color css
<style>
a { background-color: #99D563; }
a { background-color: rgb(153,213,99); }
div.DivClassName
{
background-color: #99D563;
}
.BgClassName
{
background-color: #99D563;
}
</style>
border-color css
<style>
span { border-color: #99D563; }
span { border-color: rgb(153,213,99); }
td.TdClassName
{
border-color: #99D563;
}
.TagClassName
{
border-color: #99D563;
}
</style>