Shades of Gossip #92F06F
Tints of Gossip #92F06F
RGB
CMYK
RGB Variations
Color information
#92F06F (or 0x92F06F) is known color: Gossip. HEX triplet: 92, F0 and 6F. RGB value is (146,240,111). Sum of RGB (Red+Green+Blue) = 146+240+111=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #92F06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F06F is #6D0F90. Grayscale: #C5C5C5. Windows color (decimal): -7147409 or 7336082. OLE color: 7336082.
HSL color Cylindrical-coordinate representation of color #92F06F: hue angle of 103.72º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92F06F is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 111 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.06 |
| HSL | 103.72º | 0.81% | 0.69% | - |
| HSV(B) | 103.72º | 0.54% | 0.94% | - |
| XYZ | 45.88 | 69.58 | 26.05 | - |
| YUV | 197.19 | 79.36 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 111 | 0.39 | 0 | 0.54 | 0.06 | 103.72 | 0.81 | 0.69 |
| Hex | 92 | F0 | 6F | 27 | 0 | 36 | 6 | 68 | 51 | 45 |
| Octal | 222 | 360 | 157 | 47 | 0 | 66 | 6 | 150 | 121 | 105 |
| Binary | 10010010 | 11110000 | 1101111 | 100111 | 0 | 110110 | 110 | 1101000 | 1010001 | 1000101 |
Color Harmonies of #92F06F
Complementary color
Monochromatic Colors of #92F06F
Black with #92F06F
Text Example
Text Example
White with #92F06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F06F; }
p { color: rgb(146,240,111); }
H1.HeaderClassName
{
color: #92F06F;
}
.AnyTagClassName
{
color: #92F06F;
}
</style>
background-color css
<style>
a { background-color: #92F06F; }
a { background-color: rgb(146,240,111); }
div.DivClassName
{
background-color: #92F06F;
}
.BgClassName
{
background-color: #92F06F;
}
</style>
border-color css
<style>
span { border-color: #92F06F; }
span { border-color: rgb(146,240,111); }
td.TdClassName
{
border-color: #92F06F;
}
.TagClassName
{
border-color: #92F06F;
}
</style>