Shades of Conifer #9DDB5C
Tints of Conifer #9DDB5C
RGB
CMYK
RGB Variations
Color information
#9DDB5C (or 0x9DDB5C) is known color: Conifer. HEX triplet: 9D, DB and 5C. RGB value is (157,219,92). Sum of RGB (Red+Green+Blue) = 157+219+92=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB5C is #6224A3. Grayscale: #BABABA. Windows color (decimal): -6431908 or 6085533. OLE color: 6085533.
HSL color Cylindrical-coordinate representation of color #9DDB5C: hue angle of 89.29º 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 #9DDB5C is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 92 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.14 |
| HSL | 89.29º | 0.64% | 0.61% | - |
| HSV(B) | 89.29º | 0.58% | 0.86% | - |
| XYZ | 41.17 | 58.6 | 19.27 | - |
| YUV | 185.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 92 | 0.28 | 0 | 0.58 | 0.14 | 89.29 | 0.64 | 0.61 |
| Hex | 9D | DB | 5C | 1C | 0 | 3A | E | 59 | 40 | 3D |
| Octal | 235 | 333 | 134 | 34 | 0 | 72 | 16 | 131 | 100 | 75 |
| Binary | 10011101 | 11011011 | 1011100 | 11100 | 0 | 111010 | 1110 | 1011001 | 1000000 | 111101 |
Color Harmonies of #9DDB5C
Complementary color
Monochromatic Colors of #9DDB5C
Black with #9DDB5C
Text Example
Text Example
White with #9DDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB5C; }
p { color: rgb(157,219,92); }
H1.HeaderClassName
{
color: #9DDB5C;
}
.AnyTagClassName
{
color: #9DDB5C;
}
</style>
background-color css
<style>
a { background-color: #9DDB5C; }
a { background-color: rgb(157,219,92); }
div.DivClassName
{
background-color: #9DDB5C;
}
.BgClassName
{
background-color: #9DDB5C;
}
</style>
border-color css
<style>
span { border-color: #9DDB5C; }
span { border-color: rgb(157,219,92); }
td.TdClassName
{
border-color: #9DDB5C;
}
.TagClassName
{
border-color: #9DDB5C;
}
</style>