Shades of Gossip #92DF70
Tints of Gossip #92DF70
RGB
CMYK
RGB Variations
Color information
#92DF70 (or 0x92DF70) is known color: Gossip. HEX triplet: 92, DF and 70. RGB value is (146,223,112). Sum of RGB (Red+Green+Blue) = 146+223+112=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DF70 is #6D208F. Grayscale: #BBBBBB. Windows color (decimal): -7151760 or 7397266. OLE color: 7397266.
HSL color Cylindrical-coordinate representation of color #92DF70: hue angle of 101.62º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92DF70 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 112 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.13 |
| HSL | 101.62º | 0.63% | 0.66% | - |
| HSV(B) | 101.62º | 0.5% | 0.87% | - |
| XYZ | 41.17 | 60.06 | 24.75 | - |
| YUV | 187.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 112 | 0.35 | 0 | 0.50 | 0.13 | 101.62 | 0.63 | 0.66 |
| Hex | 92 | DF | 70 | 23 | 0 | 32 | D | 66 | 3F | 42 |
| Octal | 222 | 337 | 160 | 43 | 0 | 62 | 15 | 146 | 77 | 102 |
| Binary | 10010010 | 11011111 | 1110000 | 100011 | 0 | 110010 | 1101 | 1100110 | 111111 | 1000010 |
Color Harmonies of #92DF70
Complementary color
Monochromatic Colors of #92DF70
Black with #92DF70
Text Example
Text Example
White with #92DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DF70; }
p { color: rgb(146,223,112); }
H1.HeaderClassName
{
color: #92DF70;
}
.AnyTagClassName
{
color: #92DF70;
}
</style>
background-color css
<style>
a { background-color: #92DF70; }
a { background-color: rgb(146,223,112); }
div.DivClassName
{
background-color: #92DF70;
}
.BgClassName
{
background-color: #92DF70;
}
</style>
border-color css
<style>
span { border-color: #92DF70; }
span { border-color: rgb(146,223,112); }
td.TdClassName
{
border-color: #92DF70;
}
.TagClassName
{
border-color: #92DF70;
}
</style>