Shades of Olivine #99D05D
Tints of Olivine #99D05D
RGB
CMYK
RGB Variations
Color information
#99D05D (or 0x99D05D) is known color: Olivine. HEX triplet: 99, D0 and 5D. RGB value is (153,208,93). Sum of RGB (Red+Green+Blue) = 153+208+93=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #99D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D05D is #662FA2. Grayscale: #B2B2B2. Windows color (decimal): -6696867 or 6148249. OLE color: 6148249.
HSL color Cylindrical-coordinate representation of color #99D05D: hue angle of 88.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99D05D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 93 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.18 |
| HSL | 88.7º | 0.55% | 0.59% | - |
| HSV(B) | 88.7º | 0.55% | 0.82% | - |
| XYZ | 37.67 | 52.67 | 18.54 | - |
| YUV | 178.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 93 | 0.26 | 0 | 0.55 | 0.18 | 88.7 | 0.55 | 0.59 |
| Hex | 99 | D0 | 5D | 1A | 0 | 37 | 12 | 59 | 37 | 3B |
| Octal | 231 | 320 | 135 | 32 | 0 | 67 | 22 | 131 | 67 | 73 |
| Binary | 10011001 | 11010000 | 1011101 | 11010 | 0 | 110111 | 10010 | 1011001 | 110111 | 111011 |
Color Harmonies of #99D05D
Complementary color
Monochromatic Colors of #99D05D
Black with #99D05D
Text Example
Text Example
White with #99D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D05D; }
p { color: rgb(153,208,93); }
H1.HeaderClassName
{
color: #99D05D;
}
.AnyTagClassName
{
color: #99D05D;
}
</style>
background-color css
<style>
a { background-color: #99D05D; }
a { background-color: rgb(153,208,93); }
div.DivClassName
{
background-color: #99D05D;
}
.BgClassName
{
background-color: #99D05D;
}
</style>
border-color css
<style>
span { border-color: #99D05D; }
span { border-color: rgb(153,208,93); }
td.TdClassName
{
border-color: #99D05D;
}
.TagClassName
{
border-color: #99D05D;
}
</style>