Shades of Conifer #92ED55
Tints of Conifer #92ED55
RGB
CMYK
RGB Variations
Color information
#92ED55 (or 0x92ED55) is known color: Conifer. HEX triplet: 92, ED and 55. RGB value is (146,237,85). Sum of RGB (Red+Green+Blue) = 146+237+85=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92ED55 is #6D12AA. Grayscale: #C0C0C0. Windows color (decimal): -7148203 or 5631378. OLE color: 5631378.
HSL color Cylindrical-coordinate representation of color #92ED55: hue angle of 95.92º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92ED55 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 237 | 85 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.07 |
| HSL | 95.92º | 0.81% | 0.63% | - |
| HSV(B) | 95.92º | 0.64% | 0.93% | - |
| XYZ | 43.78 | 67.34 | 19.28 | - |
| YUV | 192.46 | 67.35 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 237 | 85 | 0.38 | 0 | 0.64 | 0.07 | 95.92 | 0.81 | 0.63 |
| Hex | 92 | ED | 55 | 26 | 0 | 40 | 7 | 60 | 51 | 3F |
| Octal | 222 | 355 | 125 | 46 | 0 | 100 | 7 | 140 | 121 | 77 |
| Binary | 10010010 | 11101101 | 1010101 | 100110 | 0 | 1000000 | 111 | 1100000 | 1010001 | 111111 |
Color Harmonies of #92ED55
Complementary color
Monochromatic Colors of #92ED55
Black with #92ED55
Text Example
Text Example
White with #92ED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ED55; }
p { color: rgb(146,237,85); }
H1.HeaderClassName
{
color: #92ED55;
}
.AnyTagClassName
{
color: #92ED55;
}
</style>
background-color css
<style>
a { background-color: #92ED55; }
a { background-color: rgb(146,237,85); }
div.DivClassName
{
background-color: #92ED55;
}
.BgClassName
{
background-color: #92ED55;
}
</style>
border-color css
<style>
span { border-color: #92ED55; }
span { border-color: rgb(146,237,85); }
td.TdClassName
{
border-color: #92ED55;
}
.TagClassName
{
border-color: #92ED55;
}
</style>