Shades of Conifer #92E952
Tints of Conifer #92E952
RGB
CMYK
RGB Variations
Color information
#92E952 (or 0x92E952) is known color: Conifer. HEX triplet: 92, E9 and 52. RGB value is (146,233,82). Sum of RGB (Red+Green+Blue) = 146+233+82=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #92E952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E952 is #6D16AD. Grayscale: #BEBEBE. Windows color (decimal): -7149230 or 5433746. OLE color: 5433746.
HSL color Cylindrical-coordinate representation of color #92E952: hue angle of 94.57º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92E952 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 233 | 82 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.09 |
| HSL | 94.57º | 0.77% | 0.62% | - |
| HSV(B) | 94.57º | 0.65% | 0.91% | - |
| XYZ | 42.52 | 65 | 18.29 | - |
| YUV | 189.77 | 67.18 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 233 | 82 | 0.37 | 0 | 0.65 | 0.09 | 94.57 | 0.77 | 0.62 |
| Hex | 92 | E9 | 52 | 25 | 0 | 41 | 9 | 5F | 4D | 3E |
| Octal | 222 | 351 | 122 | 45 | 0 | 101 | 11 | 137 | 115 | 76 |
| Binary | 10010010 | 11101001 | 1010010 | 100101 | 0 | 1000001 | 1001 | 1011111 | 1001101 | 111110 |
Color Harmonies of #92E952
Complementary color
Monochromatic Colors of #92E952
Black with #92E952
Text Example
Text Example
White with #92E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E952; }
p { color: rgb(146,233,82); }
H1.HeaderClassName
{
color: #92E952;
}
.AnyTagClassName
{
color: #92E952;
}
</style>
background-color css
<style>
a { background-color: #92E952; }
a { background-color: rgb(146,233,82); }
div.DivClassName
{
background-color: #92E952;
}
.BgClassName
{
background-color: #92E952;
}
</style>
border-color css
<style>
span { border-color: #92E952; }
span { border-color: rgb(146,233,82); }
td.TdClassName
{
border-color: #92E952;
}
.TagClassName
{
border-color: #92E952;
}
</style>