Shades of Gossip #91ED62
Tints of Gossip #91ED62
RGB
CMYK
RGB Variations
Color information
#91ED62 (or 0x91ED62) is known color: Gossip. HEX triplet: 91, ED and 62. RGB value is (145,237,98). Sum of RGB (Red+Green+Blue) = 145+237+98=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #91ED62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91ED62 is #6E129D. Grayscale: #C2C2C2. Windows color (decimal): -7213726 or 6483345. OLE color: 6483345.
HSL color Cylindrical-coordinate representation of color #91ED62: hue angle of 99.71º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91ED62 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 237 | 98 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.07 |
| HSL | 99.71º | 0.79% | 0.66% | - |
| HSV(B) | 99.71º | 0.59% | 0.93% | - |
| XYZ | 44.17 | 67.47 | 22.25 | - |
| YUV | 193.65 | 74.02 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 98 | 0.39 | 0 | 0.59 | 0.07 | 99.71 | 0.79 | 0.66 |
| Hex | 91 | ED | 62 | 27 | 0 | 3B | 7 | 64 | 4F | 42 |
| Octal | 221 | 355 | 142 | 47 | 0 | 73 | 7 | 144 | 117 | 102 |
| Binary | 10010001 | 11101101 | 1100010 | 100111 | 0 | 111011 | 111 | 1100100 | 1001111 | 1000010 |
Color Harmonies of #91ED62
Complementary color
Monochromatic Colors of #91ED62
Black with #91ED62
Text Example
Text Example
White with #91ED62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ED62; }
p { color: rgb(145,237,98); }
H1.HeaderClassName
{
color: #91ED62;
}
.AnyTagClassName
{
color: #91ED62;
}
</style>
background-color css
<style>
a { background-color: #91ED62; }
a { background-color: rgb(145,237,98); }
div.DivClassName
{
background-color: #91ED62;
}
.BgClassName
{
background-color: #91ED62;
}
</style>
border-color css
<style>
span { border-color: #91ED62; }
span { border-color: rgb(145,237,98); }
td.TdClassName
{
border-color: #91ED62;
}
.TagClassName
{
border-color: #91ED62;
}
</style>