Shades of Conifer #92F358
Tints of Conifer #92F358
RGB
CMYK
RGB Variations
Color information
#92F358 (or 0x92F358) is known color: Conifer. HEX triplet: 92, F3 and 58. RGB value is (146,243,88). Sum of RGB (Red+Green+Blue) = 146+243+88=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #92F358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F358 is #6D0CA7. Grayscale: #C4C4C4. Windows color (decimal): -7146664 or 5829522. OLE color: 5829522.
HSL color Cylindrical-coordinate representation of color #92F358: hue angle of 97.55º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92F358 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 243 | 88 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.05 |
| HSL | 97.55º | 0.87% | 0.65% | - |
| HSV(B) | 97.55º | 0.64% | 0.95% | - |
| XYZ | 45.67 | 70.92 | 20.51 | - |
| YUV | 196.33 | 66.86 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 243 | 88 | 0.40 | 0 | 0.64 | 0.05 | 97.55 | 0.87 | 0.65 |
| Hex | 92 | F3 | 58 | 28 | 0 | 40 | 5 | 62 | 57 | 41 |
| Octal | 222 | 363 | 130 | 50 | 0 | 100 | 5 | 142 | 127 | 101 |
| Binary | 10010010 | 11110011 | 1011000 | 101000 | 0 | 1000000 | 101 | 1100010 | 1010111 | 1000001 |
Color Harmonies of #92F358
Complementary color
Monochromatic Colors of #92F358
Black with #92F358
Text Example
Text Example
White with #92F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F358; }
p { color: rgb(146,243,88); }
H1.HeaderClassName
{
color: #92F358;
}
.AnyTagClassName
{
color: #92F358;
}
</style>
background-color css
<style>
a { background-color: #92F358; }
a { background-color: rgb(146,243,88); }
div.DivClassName
{
background-color: #92F358;
}
.BgClassName
{
background-color: #92F358;
}
</style>
border-color css
<style>
span { border-color: #92F358; }
span { border-color: rgb(146,243,88); }
td.TdClassName
{
border-color: #92F358;
}
.TagClassName
{
border-color: #92F358;
}
</style>