Shades of Gossip #92CF7E
Tints of Gossip #92CF7E
RGB
CMYK
RGB Variations
Color information
#92CF7E (or 0x92CF7E) is known color: Gossip. HEX triplet: 92, CF and 7E. RGB value is (146,207,126). Sum of RGB (Red+Green+Blue) = 146+207+126=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CF7E is #6D3081. Grayscale: #B3B3B3. Windows color (decimal): -7155842 or 8310674. OLE color: 8310674.
HSL color Cylindrical-coordinate representation of color #92CF7E: hue angle of 105.19º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92CF7E is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 126 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.19 |
| HSL | 105.19º | 0.46% | 0.65% | - |
| HSV(B) | 105.19º | 0.39% | 0.81% | - |
| XYZ | 37.93 | 52.24 | 27.82 | - |
| YUV | 179.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 126 | 0.29 | 0 | 0.39 | 0.19 | 105.19 | 0.46 | 0.65 |
| Hex | 92 | CF | 7E | 1D | 0 | 27 | 13 | 69 | 2E | 41 |
| Octal | 222 | 317 | 176 | 35 | 0 | 47 | 23 | 151 | 56 | 101 |
| Binary | 10010010 | 11001111 | 1111110 | 11101 | 0 | 100111 | 10011 | 1101001 | 101110 | 1000001 |
Color Harmonies of #92CF7E
Complementary color
Monochromatic Colors of #92CF7E
Black with #92CF7E
Text Example
Text Example
White with #92CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF7E; }
p { color: rgb(146,207,126); }
H1.HeaderClassName
{
color: #92CF7E;
}
.AnyTagClassName
{
color: #92CF7E;
}
</style>
background-color css
<style>
a { background-color: #92CF7E; }
a { background-color: rgb(146,207,126); }
div.DivClassName
{
background-color: #92CF7E;
}
.BgClassName
{
background-color: #92CF7E;
}
</style>
border-color css
<style>
span { border-color: #92CF7E; }
span { border-color: rgb(146,207,126); }
td.TdClassName
{
border-color: #92CF7E;
}
.TagClassName
{
border-color: #92CF7E;
}
</style>