Shades of Conifer #9DD25C
Tints of Conifer #9DD25C
RGB
CMYK
RGB Variations
Color information
#9DD25C (or 0x9DD25C) is known color: Conifer. HEX triplet: 9D, D2 and 5C. RGB value is (157,210,92). Sum of RGB (Red+Green+Blue) = 157+210+92=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD25C is #622DA3. Grayscale: #B5B5B5. Windows color (decimal): -6434212 or 6083229. OLE color: 6083229.
HSL color Cylindrical-coordinate representation of color #9DD25C: hue angle of 86.95º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DD25C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 92 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.18 |
| HSL | 86.95º | 0.57% | 0.59% | - |
| HSV(B) | 86.95º | 0.56% | 0.82% | - |
| XYZ | 38.88 | 54.03 | 18.51 | - |
| YUV | 180.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 92 | 0.25 | 0 | 0.56 | 0.18 | 86.95 | 0.57 | 0.59 |
| Hex | 9D | D2 | 5C | 19 | 0 | 38 | 12 | 57 | 39 | 3B |
| Octal | 235 | 322 | 134 | 31 | 0 | 70 | 22 | 127 | 71 | 73 |
| Binary | 10011101 | 11010010 | 1011100 | 11001 | 0 | 111000 | 10010 | 1010111 | 111001 | 111011 |
Color Harmonies of #9DD25C
Complementary color
Monochromatic Colors of #9DD25C
Black with #9DD25C
Text Example
Text Example
White with #9DD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD25C; }
p { color: rgb(157,210,92); }
H1.HeaderClassName
{
color: #9DD25C;
}
.AnyTagClassName
{
color: #9DD25C;
}
</style>
background-color css
<style>
a { background-color: #9DD25C; }
a { background-color: rgb(157,210,92); }
div.DivClassName
{
background-color: #9DD25C;
}
.BgClassName
{
background-color: #9DD25C;
}
</style>
border-color css
<style>
span { border-color: #9DD25C; }
span { border-color: rgb(157,210,92); }
td.TdClassName
{
border-color: #9DD25C;
}
.TagClassName
{
border-color: #9DD25C;
}
</style>