Shades of Conifer #9DCE55
Tints of Conifer #9DCE55
RGB
CMYK
RGB Variations
Color information
#9DCE55 (or 0x9DCE55) is known color: Conifer. HEX triplet: 9D, CE and 55. RGB value is (157,206,85). Sum of RGB (Red+Green+Blue) = 157+206+85=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE55 is #6231AA. Grayscale: #B1B1B1. Windows color (decimal): -6435243 or 5623453. OLE color: 5623453.
HSL color Cylindrical-coordinate representation of color #9DCE55: hue angle of 84.3º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DCE55 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 85 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.19 |
| HSL | 84.3º | 0.55% | 0.57% | - |
| HSV(B) | 84.3º | 0.59% | 0.81% | - |
| XYZ | 37.62 | 51.97 | 16.64 | - |
| YUV | 177.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 85 | 0.24 | 0 | 0.59 | 0.19 | 84.3 | 0.55 | 0.57 |
| Hex | 9D | CE | 55 | 18 | 0 | 3B | 13 | 54 | 37 | 39 |
| Octal | 235 | 316 | 125 | 30 | 0 | 73 | 23 | 124 | 67 | 71 |
| Binary | 10011101 | 11001110 | 1010101 | 11000 | 0 | 111011 | 10011 | 1010100 | 110111 | 111001 |
Color Harmonies of #9DCE55
Complementary color
Monochromatic Colors of #9DCE55
Black with #9DCE55
Text Example
Text Example
White with #9DCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE55; }
p { color: rgb(157,206,85); }
H1.HeaderClassName
{
color: #9DCE55;
}
.AnyTagClassName
{
color: #9DCE55;
}
</style>
background-color css
<style>
a { background-color: #9DCE55; }
a { background-color: rgb(157,206,85); }
div.DivClassName
{
background-color: #9DCE55;
}
.BgClassName
{
background-color: #9DCE55;
}
</style>
border-color css
<style>
span { border-color: #9DCE55; }
span { border-color: rgb(157,206,85); }
td.TdClassName
{
border-color: #9DCE55;
}
.TagClassName
{
border-color: #9DCE55;
}
</style>