Shades of Gossip #91D57B
Tints of Gossip #91D57B
RGB
CMYK
RGB Variations
Color information
#91D57B (or 0x91D57B) is known color: Gossip. HEX triplet: 91, D5 and 7B. RGB value is (145,213,123). Sum of RGB (Red+Green+Blue) = 145+213+123=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #91D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D57B is #6E2A84. Grayscale: #B6B6B6. Windows color (decimal): -7219845 or 8115601. OLE color: 8115601.
HSL color Cylindrical-coordinate representation of color #91D57B: hue angle of 105.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91D57B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 213 | 123 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.16 |
| HSL | 105.33º | 0.52% | 0.66% | - |
| HSV(B) | 105.33º | 0.42% | 0.84% | - |
| XYZ | 39.05 | 55.04 | 27.3 | - |
| YUV | 182.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 213 | 123 | 0.32 | 0 | 0.42 | 0.16 | 105.33 | 0.52 | 0.66 |
| Hex | 91 | D5 | 7B | 20 | 0 | 2A | 10 | 69 | 34 | 42 |
| Octal | 221 | 325 | 173 | 40 | 0 | 52 | 20 | 151 | 64 | 102 |
| Binary | 10010001 | 11010101 | 1111011 | 100000 | 0 | 101010 | 10000 | 1101001 | 110100 | 1000010 |
Color Harmonies of #91D57B
Complementary color
Monochromatic Colors of #91D57B
Black with #91D57B
Text Example
Text Example
White with #91D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D57B; }
p { color: rgb(145,213,123); }
H1.HeaderClassName
{
color: #91D57B;
}
.AnyTagClassName
{
color: #91D57B;
}
</style>
background-color css
<style>
a { background-color: #91D57B; }
a { background-color: rgb(145,213,123); }
div.DivClassName
{
background-color: #91D57B;
}
.BgClassName
{
background-color: #91D57B;
}
</style>
border-color css
<style>
span { border-color: #91D57B; }
span { border-color: rgb(145,213,123); }
td.TdClassName
{
border-color: #91D57B;
}
.TagClassName
{
border-color: #91D57B;
}
</style>