Shades of Conifer #9DDC5D
Tints of Conifer #9DDC5D
RGB
CMYK
RGB Variations
Color information
#9DDC5D (or 0x9DDC5D) is known color: Conifer. HEX triplet: 9D, DC and 5D. RGB value is (157,220,93). Sum of RGB (Red+Green+Blue) = 157+220+93=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC5D is #6223A2. Grayscale: #BBBBBB. Windows color (decimal): -6431651 or 6151325. OLE color: 6151325.
HSL color Cylindrical-coordinate representation of color #9DDC5D: hue angle of 89.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DDC5D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 93 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.14 |
| HSL | 89.76º | 0.64% | 0.61% | - |
| HSV(B) | 89.76º | 0.58% | 0.86% | - |
| XYZ | 41.47 | 59.14 | 19.59 | - |
| YUV | 186.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 93 | 0.29 | 0 | 0.58 | 0.14 | 89.76 | 0.64 | 0.61 |
| Hex | 9D | DC | 5D | 1D | 0 | 3A | E | 5A | 40 | 3D |
| Octal | 235 | 334 | 135 | 35 | 0 | 72 | 16 | 132 | 100 | 75 |
| Binary | 10011101 | 11011100 | 1011101 | 11101 | 0 | 111010 | 1110 | 1011010 | 1000000 | 111101 |
Color Harmonies of #9DDC5D
Complementary color
Monochromatic Colors of #9DDC5D
Black with #9DDC5D
Text Example
Text Example
White with #9DDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC5D; }
p { color: rgb(157,220,93); }
H1.HeaderClassName
{
color: #9DDC5D;
}
.AnyTagClassName
{
color: #9DDC5D;
}
</style>
background-color css
<style>
a { background-color: #9DDC5D; }
a { background-color: rgb(157,220,93); }
div.DivClassName
{
background-color: #9DDC5D;
}
.BgClassName
{
background-color: #9DDC5D;
}
</style>
border-color css
<style>
span { border-color: #9DDC5D; }
span { border-color: rgb(157,220,93); }
td.TdClassName
{
border-color: #9DDC5D;
}
.TagClassName
{
border-color: #9DDC5D;
}
</style>