Shades of Conifer #92ED5E
Tints of Conifer #92ED5E
RGB
CMYK
RGB Variations
Color information
#92ED5E (or 0x92ED5E) is known color: Conifer. HEX triplet: 92, ED and 5E. RGB value is (146,237,94). Sum of RGB (Red+Green+Blue) = 146+237+94=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92ED5E is #6D12A1. Grayscale: #C1C1C1. Windows color (decimal): -7148194 or 6221202. OLE color: 6221202.
HSL color Cylindrical-coordinate representation of color #92ED5E: hue angle of 98.18º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92ED5E is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 237 | 94 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.07 |
| HSL | 98.18º | 0.8% | 0.65% | - |
| HSV(B) | 98.18º | 0.6% | 0.93% | - |
| XYZ | 44.16 | 67.49 | 21.29 | - |
| YUV | 193.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 237 | 94 | 0.38 | 0 | 0.60 | 0.07 | 98.18 | 0.8 | 0.65 |
| Hex | 92 | ED | 5E | 26 | 0 | 3C | 7 | 62 | 50 | 41 |
| Octal | 222 | 355 | 136 | 46 | 0 | 74 | 7 | 142 | 120 | 101 |
| Binary | 10010010 | 11101101 | 1011110 | 100110 | 0 | 111100 | 111 | 1100010 | 1010000 | 1000001 |
Color Harmonies of #92ED5E
Complementary color
Monochromatic Colors of #92ED5E
Black with #92ED5E
Text Example
Text Example
White with #92ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ED5E; }
p { color: rgb(146,237,94); }
H1.HeaderClassName
{
color: #92ED5E;
}
.AnyTagClassName
{
color: #92ED5E;
}
</style>
background-color css
<style>
a { background-color: #92ED5E; }
a { background-color: rgb(146,237,94); }
div.DivClassName
{
background-color: #92ED5E;
}
.BgClassName
{
background-color: #92ED5E;
}
</style>
border-color css
<style>
span { border-color: #92ED5E; }
span { border-color: rgb(146,237,94); }
td.TdClassName
{
border-color: #92ED5E;
}
.TagClassName
{
border-color: #92ED5E;
}
</style>