Shades of Conifer #9DEA50
Tints of Conifer #9DEA50
RGB
CMYK
RGB Variations
Color information
#9DEA50 (or 0x9DEA50) is known color: Conifer. HEX triplet: 9D, EA and 50. RGB value is (157,234,80). Sum of RGB (Red+Green+Blue) = 157+234+80=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA50 is #6215AF. Grayscale: #C1C1C1. Windows color (decimal): -6428080 or 5302941. OLE color: 5302941.
HSL color Cylindrical-coordinate representation of color #9DEA50: hue angle of 90º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DEA50 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 80 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.08 |
| HSL | 90º | 0.79% | 0.62% | - |
| HSV(B) | 90º | 0.66% | 0.92% | - |
| XYZ | 44.78 | 66.59 | 18.08 | - |
| YUV | 193.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 80 | 0.33 | 0 | 0.66 | 0.08 | 90 | 0.79 | 0.62 |
| Hex | 9D | EA | 50 | 21 | 0 | 42 | 8 | 5A | 4F | 3E |
| Octal | 235 | 352 | 120 | 41 | 0 | 102 | 10 | 132 | 117 | 76 |
| Binary | 10011101 | 11101010 | 1010000 | 100001 | 0 | 1000010 | 1000 | 1011010 | 1001111 | 111110 |
Color Harmonies of #9DEA50
Complementary color
Monochromatic Colors of #9DEA50
Black with #9DEA50
Text Example
Text Example
White with #9DEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA50; }
p { color: rgb(157,234,80); }
H1.HeaderClassName
{
color: #9DEA50;
}
.AnyTagClassName
{
color: #9DEA50;
}
</style>
background-color css
<style>
a { background-color: #9DEA50; }
a { background-color: rgb(157,234,80); }
div.DivClassName
{
background-color: #9DEA50;
}
.BgClassName
{
background-color: #9DEA50;
}
</style>
border-color css
<style>
span { border-color: #9DEA50; }
span { border-color: rgb(157,234,80); }
td.TdClassName
{
border-color: #9DEA50;
}
.TagClassName
{
border-color: #9DEA50;
}
</style>