Shades of Gossip #91D481
Tints of Gossip #91D481
RGB
CMYK
RGB Variations
Color information
#91D481 (or 0x91D481) is known color: Gossip. HEX triplet: 91, D4 and 81. RGB value is (145,212,129). Sum of RGB (Red+Green+Blue) = 145+212+129=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #91D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D481 is #6E2B7E. Grayscale: #B6B6B6. Windows color (decimal): -7220095 or 8508561. OLE color: 8508561.
HSL color Cylindrical-coordinate representation of color #91D481: hue angle of 108.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91D481 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 212 | 129 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.17 |
| HSL | 108.43º | 0.49% | 0.67% | - |
| HSV(B) | 108.43º | 0.39% | 0.83% | - |
| XYZ | 39.18 | 54.69 | 29.26 | - |
| YUV | 182.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 212 | 129 | 0.32 | 0 | 0.39 | 0.17 | 108.43 | 0.49 | 0.67 |
| Hex | 91 | D4 | 81 | 20 | 0 | 27 | 11 | 6C | 31 | 43 |
| Octal | 221 | 324 | 201 | 40 | 0 | 47 | 21 | 154 | 61 | 103 |
| Binary | 10010001 | 11010100 | 10000001 | 100000 | 0 | 100111 | 10001 | 1101100 | 110001 | 1000011 |
Color Harmonies of #91D481
Complementary color
Monochromatic Colors of #91D481
Black with #91D481
Text Example
Text Example
White with #91D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D481; }
p { color: rgb(145,212,129); }
H1.HeaderClassName
{
color: #91D481;
}
.AnyTagClassName
{
color: #91D481;
}
</style>
background-color css
<style>
a { background-color: #91D481; }
a { background-color: rgb(145,212,129); }
div.DivClassName
{
background-color: #91D481;
}
.BgClassName
{
background-color: #91D481;
}
</style>
border-color css
<style>
span { border-color: #91D481; }
span { border-color: rgb(145,212,129); }
td.TdClassName
{
border-color: #91D481;
}
.TagClassName
{
border-color: #91D481;
}
</style>