Shades of Conifer #92F55C
Tints of Conifer #92F55C
RGB
CMYK
RGB Variations
Color information
#92F55C (or 0x92F55C) is known color: Conifer. HEX triplet: 92, F5 and 5C. RGB value is (146,245,92). Sum of RGB (Red+Green+Blue) = 146+245+92=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #92F55C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F55C is #6D0AA3. Grayscale: #C6C6C6. Windows color (decimal): -7146148 or 6092178. OLE color: 6092178.
HSL color Cylindrical-coordinate representation of color #92F55C: hue angle of 98.82º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92F55C is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 245 | 92 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.04 |
| HSL | 98.82º | 0.88% | 0.66% | - |
| HSV(B) | 98.82º | 0.62% | 0.96% | - |
| XYZ | 46.44 | 72.19 | 21.61 | - |
| YUV | 197.96 | 68.2 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 245 | 92 | 0.40 | 0 | 0.62 | 0.04 | 98.82 | 0.88 | 0.66 |
| Hex | 92 | F5 | 5C | 28 | 0 | 3E | 4 | 63 | 58 | 42 |
| Octal | 222 | 365 | 134 | 50 | 0 | 76 | 4 | 143 | 130 | 102 |
| Binary | 10010010 | 11110101 | 1011100 | 101000 | 0 | 111110 | 100 | 1100011 | 1011000 | 1000010 |
Color Harmonies of #92F55C
Complementary color
Monochromatic Colors of #92F55C
Black with #92F55C
Text Example
Text Example
White with #92F55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F55C; }
p { color: rgb(146,245,92); }
H1.HeaderClassName
{
color: #92F55C;
}
.AnyTagClassName
{
color: #92F55C;
}
</style>
background-color css
<style>
a { background-color: #92F55C; }
a { background-color: rgb(146,245,92); }
div.DivClassName
{
background-color: #92F55C;
}
.BgClassName
{
background-color: #92F55C;
}
</style>
border-color css
<style>
span { border-color: #92F55C; }
span { border-color: rgb(146,245,92); }
td.TdClassName
{
border-color: #92F55C;
}
.TagClassName
{
border-color: #92F55C;
}
</style>