Shades of Gossip #92CF7D
Tints of Gossip #92CF7D
RGB
CMYK
RGB Variations
Color information
#92CF7D (or 0x92CF7D) is known color: Gossip. HEX triplet: 92, CF and 7D. RGB value is (146,207,125). Sum of RGB (Red+Green+Blue) = 146+207+125=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CF7D is #6D3082. Grayscale: #B3B3B3. Windows color (decimal): -7155843 or 8245138. OLE color: 8245138.
HSL color Cylindrical-coordinate representation of color #92CF7D: hue angle of 104.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92CF7D is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 125 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.19 |
| HSL | 104.63º | 0.46% | 0.65% | - |
| HSV(B) | 104.63º | 0.4% | 0.81% | - |
| XYZ | 37.87 | 52.22 | 27.49 | - |
| YUV | 179.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 125 | 0.29 | 0 | 0.40 | 0.19 | 104.63 | 0.46 | 0.65 |
| Hex | 92 | CF | 7D | 1D | 0 | 28 | 13 | 69 | 2E | 41 |
| Octal | 222 | 317 | 175 | 35 | 0 | 50 | 23 | 151 | 56 | 101 |
| Binary | 10010010 | 11001111 | 1111101 | 11101 | 0 | 101000 | 10011 | 1101001 | 101110 | 1000001 |
Color Harmonies of #92CF7D
Complementary color
Monochromatic Colors of #92CF7D
Black with #92CF7D
Text Example
Text Example
White with #92CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF7D; }
p { color: rgb(146,207,125); }
H1.HeaderClassName
{
color: #92CF7D;
}
.AnyTagClassName
{
color: #92CF7D;
}
</style>
background-color css
<style>
a { background-color: #92CF7D; }
a { background-color: rgb(146,207,125); }
div.DivClassName
{
background-color: #92CF7D;
}
.BgClassName
{
background-color: #92CF7D;
}
</style>
border-color css
<style>
span { border-color: #92CF7D; }
span { border-color: rgb(146,207,125); }
td.TdClassName
{
border-color: #92CF7D;
}
.TagClassName
{
border-color: #92CF7D;
}
</style>