Shades of Conifer #9DED5B
Tints of Conifer #9DED5B
RGB
CMYK
RGB Variations
Color information
#9DED5B (or 0x9DED5B) is known color: Conifer. HEX triplet: 9D, ED and 5B. RGB value is (157,237,91). Sum of RGB (Red+Green+Blue) = 157+237+91=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DED5B is #6212A4. Grayscale: #C4C4C4. Windows color (decimal): -6427301 or 6024605. OLE color: 6024605.
HSL color Cylindrical-coordinate representation of color #9DED5B: hue angle of 92.88º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DED5B is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 91 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.07 |
| HSL | 92.88º | 0.8% | 0.64% | - |
| HSV(B) | 92.88º | 0.62% | 0.93% | - |
| XYZ | 46.08 | 68.49 | 20.69 | - |
| YUV | 196.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 91 | 0.34 | 0 | 0.62 | 0.07 | 92.88 | 0.8 | 0.64 |
| Hex | 9D | ED | 5B | 22 | 0 | 3E | 7 | 5D | 50 | 40 |
| Octal | 235 | 355 | 133 | 42 | 0 | 76 | 7 | 135 | 120 | 100 |
| Binary | 10011101 | 11101101 | 1011011 | 100010 | 0 | 111110 | 111 | 1011101 | 1010000 | 1000000 |
Color Harmonies of #9DED5B
Complementary color
Monochromatic Colors of #9DED5B
Black with #9DED5B
Text Example
Text Example
White with #9DED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DED5B; }
p { color: rgb(157,237,91); }
H1.HeaderClassName
{
color: #9DED5B;
}
.AnyTagClassName
{
color: #9DED5B;
}
</style>
background-color css
<style>
a { background-color: #9DED5B; }
a { background-color: rgb(157,237,91); }
div.DivClassName
{
background-color: #9DED5B;
}
.BgClassName
{
background-color: #9DED5B;
}
</style>
border-color css
<style>
span { border-color: #9DED5B; }
span { border-color: rgb(157,237,91); }
td.TdClassName
{
border-color: #9DED5B;
}
.TagClassName
{
border-color: #9DED5B;
}
</style>