Shades of Olivine #9DD565
Tints of Olivine #9DD565
RGB
CMYK
RGB Variations
Color information
#9DD565 (or 0x9DD565) is known color: Olivine. HEX triplet: 9D, D5 and 65. RGB value is (157,213,101). Sum of RGB (Red+Green+Blue) = 157+213+101=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD565 is #622A9A. Grayscale: #B7B7B7. Windows color (decimal): -6433435 or 6673821. OLE color: 6673821.
HSL color Cylindrical-coordinate representation of color #9DD565: hue angle of 90º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DD565 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 101 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.16 |
| HSL | 90º | 0.57% | 0.62% | - |
| HSV(B) | 90º | 0.53% | 0.84% | - |
| XYZ | 40.05 | 55.7 | 20.95 | - |
| YUV | 183.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 101 | 0.26 | 0 | 0.53 | 0.16 | 90 | 0.57 | 0.62 |
| Hex | 9D | D5 | 65 | 1A | 0 | 35 | 10 | 5A | 39 | 3E |
| Octal | 235 | 325 | 145 | 32 | 0 | 65 | 20 | 132 | 71 | 76 |
| Binary | 10011101 | 11010101 | 1100101 | 11010 | 0 | 110101 | 10000 | 1011010 | 111001 | 111110 |
Color Harmonies of #9DD565
Complementary color
Monochromatic Colors of #9DD565
Black with #9DD565
Text Example
Text Example
White with #9DD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD565; }
p { color: rgb(157,213,101); }
H1.HeaderClassName
{
color: #9DD565;
}
.AnyTagClassName
{
color: #9DD565;
}
</style>
background-color css
<style>
a { background-color: #9DD565; }
a { background-color: rgb(157,213,101); }
div.DivClassName
{
background-color: #9DD565;
}
.BgClassName
{
background-color: #9DD565;
}
</style>
border-color css
<style>
span { border-color: #9DD565; }
span { border-color: rgb(157,213,101); }
td.TdClassName
{
border-color: #9DD565;
}
.TagClassName
{
border-color: #9DD565;
}
</style>