Shades of Gossip #91ED71
Tints of Gossip #91ED71
RGB
CMYK
RGB Variations
Color information
#91ED71 (or 0x91ED71) is known color: Gossip. HEX triplet: 91, ED and 71. RGB value is (145,237,113). Sum of RGB (Red+Green+Blue) = 145+237+113=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #91ED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91ED71 is #6E128E. Grayscale: #C3C3C3. Windows color (decimal): -7213711 or 7466385. OLE color: 7466385.
HSL color Cylindrical-coordinate representation of color #91ED71: hue angle of 104.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #91ED71 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 237 | 113 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.07 |
| HSL | 104.52º | 0.78% | 0.69% | - |
| HSV(B) | 104.52º | 0.52% | 0.93% | - |
| XYZ | 44.94 | 67.78 | 26.34 | - |
| YUV | 195.36 | 81.52 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 113 | 0.39 | 0 | 0.52 | 0.07 | 104.52 | 0.78 | 0.69 |
| Hex | 91 | ED | 71 | 27 | 0 | 34 | 7 | 69 | 4E | 45 |
| Octal | 221 | 355 | 161 | 47 | 0 | 64 | 7 | 151 | 116 | 105 |
| Binary | 10010001 | 11101101 | 1110001 | 100111 | 0 | 110100 | 111 | 1101001 | 1001110 | 1000101 |
Color Harmonies of #91ED71
Complementary color
Monochromatic Colors of #91ED71
Black with #91ED71
Text Example
Text Example
White with #91ED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ED71; }
p { color: rgb(145,237,113); }
H1.HeaderClassName
{
color: #91ED71;
}
.AnyTagClassName
{
color: #91ED71;
}
</style>
background-color css
<style>
a { background-color: #91ED71; }
a { background-color: rgb(145,237,113); }
div.DivClassName
{
background-color: #91ED71;
}
.BgClassName
{
background-color: #91ED71;
}
</style>
border-color css
<style>
span { border-color: #91ED71; }
span { border-color: rgb(145,237,113); }
td.TdClassName
{
border-color: #91ED71;
}
.TagClassName
{
border-color: #91ED71;
}
</style>