Shades of Gossip #92DF72
Tints of Gossip #92DF72
RGB
CMYK
RGB Variations
Color information
#92DF72 (or 0x92DF72) is known color: Gossip. HEX triplet: 92, DF and 72. RGB value is (146,223,114). Sum of RGB (Red+Green+Blue) = 146+223+114=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DF72 is #6D208D. Grayscale: #BBBBBB. Windows color (decimal): -7151758 or 7528338. OLE color: 7528338.
HSL color Cylindrical-coordinate representation of color #92DF72: hue angle of 102.39º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92DF72 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 114 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.13 |
| HSL | 102.39º | 0.63% | 0.66% | - |
| HSV(B) | 102.39º | 0.49% | 0.87% | - |
| XYZ | 41.28 | 60.1 | 25.34 | - |
| YUV | 187.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 114 | 0.35 | 0 | 0.49 | 0.13 | 102.39 | 0.63 | 0.66 |
| Hex | 92 | DF | 72 | 23 | 0 | 31 | D | 66 | 3F | 42 |
| Octal | 222 | 337 | 162 | 43 | 0 | 61 | 15 | 146 | 77 | 102 |
| Binary | 10010010 | 11011111 | 1110010 | 100011 | 0 | 110001 | 1101 | 1100110 | 111111 | 1000010 |
Color Harmonies of #92DF72
Complementary color
Monochromatic Colors of #92DF72
Black with #92DF72
Text Example
Text Example
White with #92DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DF72; }
p { color: rgb(146,223,114); }
H1.HeaderClassName
{
color: #92DF72;
}
.AnyTagClassName
{
color: #92DF72;
}
</style>
background-color css
<style>
a { background-color: #92DF72; }
a { background-color: rgb(146,223,114); }
div.DivClassName
{
background-color: #92DF72;
}
.BgClassName
{
background-color: #92DF72;
}
</style>
border-color css
<style>
span { border-color: #92DF72; }
span { border-color: rgb(146,223,114); }
td.TdClassName
{
border-color: #92DF72;
}
.TagClassName
{
border-color: #92DF72;
}
</style>