Shades of Conifer #92FA59
Tints of Conifer #92FA59
RGB
CMYK
RGB Variations
Color information
#92FA59 (or 0x92FA59) is known color: Conifer. HEX triplet: 92, FA and 59. RGB value is (146,250,89). Sum of RGB (Red+Green+Blue) = 146+250+89=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92FA59 is #6D05A6. Grayscale: #C9C9C9. Windows color (decimal): -7144871 or 5896850. OLE color: 5896850.
HSL color Cylindrical-coordinate representation of color #92FA59: hue angle of 98.76º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92FA59 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 89 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.02 |
| HSL | 98.76º | 0.94% | 0.66% | - |
| HSV(B) | 98.76º | 0.64% | 0.98% | - |
| XYZ | 47.84 | 75.2 | 21.45 | - |
| YUV | 200.55 | 65.04 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 89 | 0.42 | 0 | 0.64 | 0.02 | 98.76 | 0.94 | 0.66 |
| Hex | 92 | FA | 59 | 2A | 0 | 40 | 2 | 63 | 5E | 42 |
| Octal | 222 | 372 | 131 | 52 | 0 | 100 | 2 | 143 | 136 | 102 |
| Binary | 10010010 | 11111010 | 1011001 | 101010 | 0 | 1000000 | 10 | 1100011 | 1011110 | 1000010 |
Color Harmonies of #92FA59
Complementary color
Monochromatic Colors of #92FA59
Black with #92FA59
Text Example
Text Example
White with #92FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FA59; }
p { color: rgb(146,250,89); }
H1.HeaderClassName
{
color: #92FA59;
}
.AnyTagClassName
{
color: #92FA59;
}
</style>
background-color css
<style>
a { background-color: #92FA59; }
a { background-color: rgb(146,250,89); }
div.DivClassName
{
background-color: #92FA59;
}
.BgClassName
{
background-color: #92FA59;
}
</style>
border-color css
<style>
span { border-color: #92FA59; }
span { border-color: rgb(146,250,89); }
td.TdClassName
{
border-color: #92FA59;
}
.TagClassName
{
border-color: #92FA59;
}
</style>