Shades of Conifer #92F150
Tints of Conifer #92F150
RGB
CMYK
RGB Variations
Color information
#92F150 (or 0x92F150) is known color: Conifer. HEX triplet: 92, F1 and 50. RGB value is (146,241,80). Sum of RGB (Red+Green+Blue) = 146+241+80=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #92F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F150 is #6D0EAF. Grayscale: #C2C2C2. Windows color (decimal): -7147184 or 5304722. OLE color: 5304722.
HSL color Cylindrical-coordinate representation of color #92F150: hue angle of 95.4º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92F150 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 241 | 80 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.05 |
| HSL | 95.4º | 0.85% | 0.63% | - |
| HSV(B) | 95.4º | 0.67% | 0.95% | - |
| XYZ | 44.76 | 69.6 | 18.66 | - |
| YUV | 194.24 | 63.53 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 241 | 80 | 0.39 | 0 | 0.67 | 0.05 | 95.4 | 0.85 | 0.63 |
| Hex | 92 | F1 | 50 | 27 | 0 | 43 | 5 | 5F | 55 | 3F |
| Octal | 222 | 361 | 120 | 47 | 0 | 103 | 5 | 137 | 125 | 77 |
| Binary | 10010010 | 11110001 | 1010000 | 100111 | 0 | 1000011 | 101 | 1011111 | 1010101 | 111111 |
Color Harmonies of #92F150
Complementary color
Monochromatic Colors of #92F150
Black with #92F150
Text Example
Text Example
White with #92F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F150; }
p { color: rgb(146,241,80); }
H1.HeaderClassName
{
color: #92F150;
}
.AnyTagClassName
{
color: #92F150;
}
</style>
background-color css
<style>
a { background-color: #92F150; }
a { background-color: rgb(146,241,80); }
div.DivClassName
{
background-color: #92F150;
}
.BgClassName
{
background-color: #92F150;
}
</style>
border-color css
<style>
span { border-color: #92F150; }
span { border-color: rgb(146,241,80); }
td.TdClassName
{
border-color: #92F150;
}
.TagClassName
{
border-color: #92F150;
}
</style>