Shades of Conifer #92F059
Tints of Conifer #92F059
RGB
CMYK
RGB Variations
Color information
#92F059 (or 0x92F059) is known color: Conifer. HEX triplet: 92, F0 and 59. RGB value is (146,240,89). Sum of RGB (Red+Green+Blue) = 146+240+89=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #92F059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F059 is #6D0FA6. Grayscale: #C3C3C3. Windows color (decimal): -7147431 or 5894290. OLE color: 5894290.
HSL color Cylindrical-coordinate representation of color #92F059: hue angle of 97.35º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92F059 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 89 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.06 |
| HSL | 97.35º | 0.83% | 0.65% | - |
| HSV(B) | 97.35º | 0.63% | 0.94% | - |
| XYZ | 44.82 | 69.15 | 20.44 | - |
| YUV | 194.68 | 68.36 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 89 | 0.39 | 0 | 0.63 | 0.06 | 97.35 | 0.83 | 0.65 |
| Hex | 92 | F0 | 59 | 27 | 0 | 3F | 6 | 61 | 53 | 41 |
| Octal | 222 | 360 | 131 | 47 | 0 | 77 | 6 | 141 | 123 | 101 |
| Binary | 10010010 | 11110000 | 1011001 | 100111 | 0 | 111111 | 110 | 1100001 | 1010011 | 1000001 |
Color Harmonies of #92F059
Complementary color
Monochromatic Colors of #92F059
Black with #92F059
Text Example
Text Example
White with #92F059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F059; }
p { color: rgb(146,240,89); }
H1.HeaderClassName
{
color: #92F059;
}
.AnyTagClassName
{
color: #92F059;
}
</style>
background-color css
<style>
a { background-color: #92F059; }
a { background-color: rgb(146,240,89); }
div.DivClassName
{
background-color: #92F059;
}
.BgClassName
{
background-color: #92F059;
}
</style>
border-color css
<style>
span { border-color: #92F059; }
span { border-color: rgb(146,240,89); }
td.TdClassName
{
border-color: #92F059;
}
.TagClassName
{
border-color: #92F059;
}
</style>