Shades of Gossip #91E17D
Tints of Gossip #91E17D
RGB
CMYK
RGB Variations
Color information
#91E17D (or 0x91E17D) is known color: Gossip. HEX triplet: 91, E1 and 7D. RGB value is (145,225,125). Sum of RGB (Red+Green+Blue) = 145+225+125=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #91E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91E17D is #6E1E82. Grayscale: #BEBEBE. Windows color (decimal): -7216771 or 8249745. OLE color: 8249745.
HSL color Cylindrical-coordinate representation of color #91E17D: hue angle of 108º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91E17D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 225 | 125 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.12 |
| HSL | 108º | 0.63% | 0.69% | - |
| HSV(B) | 108º | 0.44% | 0.88% | - |
| XYZ | 42.3 | 61.35 | 29.01 | - |
| YUV | 189.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 225 | 125 | 0.36 | 0 | 0.44 | 0.12 | 108 | 0.63 | 0.69 |
| Hex | 91 | E1 | 7D | 24 | 0 | 2C | C | 6C | 3E | 45 |
| Octal | 221 | 341 | 175 | 44 | 0 | 54 | 14 | 154 | 76 | 105 |
| Binary | 10010001 | 11100001 | 1111101 | 100100 | 0 | 101100 | 1100 | 1101100 | 111110 | 1000101 |
Color Harmonies of #91E17D
Complementary color
Monochromatic Colors of #91E17D
Black with #91E17D
Text Example
Text Example
White with #91E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E17D; }
p { color: rgb(145,225,125); }
H1.HeaderClassName
{
color: #91E17D;
}
.AnyTagClassName
{
color: #91E17D;
}
</style>
background-color css
<style>
a { background-color: #91E17D; }
a { background-color: rgb(145,225,125); }
div.DivClassName
{
background-color: #91E17D;
}
.BgClassName
{
background-color: #91E17D;
}
</style>
border-color css
<style>
span { border-color: #91E17D; }
span { border-color: rgb(145,225,125); }
td.TdClassName
{
border-color: #91E17D;
}
.TagClassName
{
border-color: #91E17D;
}
</style>