Shades of Conifer #91ED50
Tints of Conifer #91ED50
RGB
CMYK
RGB Variations
Color information
#91ED50 (or 0x91ED50) is known color: Conifer. HEX triplet: 91, ED and 50. RGB value is (145,237,80). Sum of RGB (Red+Green+Blue) = 145+237+80=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #91ED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91ED50 is #6E12AF. Grayscale: #C0C0C0. Windows color (decimal): -7213744 or 5303697. OLE color: 5303697.
HSL color Cylindrical-coordinate representation of color #91ED50: hue angle of 95.16º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91ED50 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 237 | 80 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.07 |
| HSL | 95.16º | 0.81% | 0.62% | - |
| HSV(B) | 95.16º | 0.66% | 0.93% | - |
| XYZ | 43.41 | 67.17 | 18.27 | - |
| YUV | 191.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 80 | 0.39 | 0 | 0.66 | 0.07 | 95.16 | 0.81 | 0.62 |
| Hex | 91 | ED | 50 | 27 | 0 | 42 | 7 | 5F | 51 | 3E |
| Octal | 221 | 355 | 120 | 47 | 0 | 102 | 7 | 137 | 121 | 76 |
| Binary | 10010001 | 11101101 | 1010000 | 100111 | 0 | 1000010 | 111 | 1011111 | 1010001 | 111110 |
Color Harmonies of #91ED50
Complementary color
Monochromatic Colors of #91ED50
Black with #91ED50
Text Example
Text Example
White with #91ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ED50; }
p { color: rgb(145,237,80); }
H1.HeaderClassName
{
color: #91ED50;
}
.AnyTagClassName
{
color: #91ED50;
}
</style>
background-color css
<style>
a { background-color: #91ED50; }
a { background-color: rgb(145,237,80); }
div.DivClassName
{
background-color: #91ED50;
}
.BgClassName
{
background-color: #91ED50;
}
</style>
border-color css
<style>
span { border-color: #91ED50; }
span { border-color: rgb(145,237,80); }
td.TdClassName
{
border-color: #91ED50;
}
.TagClassName
{
border-color: #91ED50;
}
</style>