Shades of Conifer #9DCC5B
Tints of Conifer #9DCC5B
RGB
CMYK
RGB Variations
Color information
#9DCC5B (or 0x9DCC5B) is known color: Conifer. HEX triplet: 9D, CC and 5B. RGB value is (157,204,91). Sum of RGB (Red+Green+Blue) = 157+204+91=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC5B is #6233A4. Grayscale: #B1B1B1. Windows color (decimal): -6435749 or 6016157. OLE color: 6016157.
HSL color Cylindrical-coordinate representation of color #9DCC5B: hue angle of 84.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DCC5B is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 91 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.2 |
| HSL | 84.96º | 0.53% | 0.58% | - |
| HSV(B) | 84.96º | 0.55% | 0.8% | - |
| XYZ | 37.39 | 51.11 | 17.79 | - |
| YUV | 177.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 91 | 0.23 | 0 | 0.55 | 0.2 | 84.96 | 0.53 | 0.58 |
| Hex | 9D | CC | 5B | 17 | 0 | 37 | 14 | 55 | 35 | 3A |
| Octal | 235 | 314 | 133 | 27 | 0 | 67 | 24 | 125 | 65 | 72 |
| Binary | 10011101 | 11001100 | 1011011 | 10111 | 0 | 110111 | 10100 | 1010101 | 110101 | 111010 |
Color Harmonies of #9DCC5B
Complementary color
Monochromatic Colors of #9DCC5B
Black with #9DCC5B
Text Example
Text Example
White with #9DCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC5B; }
p { color: rgb(157,204,91); }
H1.HeaderClassName
{
color: #9DCC5B;
}
.AnyTagClassName
{
color: #9DCC5B;
}
</style>
background-color css
<style>
a { background-color: #9DCC5B; }
a { background-color: rgb(157,204,91); }
div.DivClassName
{
background-color: #9DCC5B;
}
.BgClassName
{
background-color: #9DCC5B;
}
</style>
border-color css
<style>
span { border-color: #9DCC5B; }
span { border-color: rgb(157,204,91); }
td.TdClassName
{
border-color: #9DCC5B;
}
.TagClassName
{
border-color: #9DCC5B;
}
</style>