Shades of Gossip #95DF81
Tints of Gossip #95DF81
RGB
CMYK
RGB Variations
Color information
#95DF81 (or 0x95DF81) is known color: Gossip. HEX triplet: 95, DF and 81. RGB value is (149,223,129). Sum of RGB (Red+Green+Blue) = 149+223+129=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF81 is #6A207E. Grayscale: #BEBEBE. Windows color (decimal): -6955135 or 8511381. OLE color: 8511381.
HSL color Cylindrical-coordinate representation of color #95DF81: hue angle of 107.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95DF81 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 129 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.13 |
| HSL | 107.23º | 0.59% | 0.69% | - |
| HSV(B) | 107.23º | 0.42% | 0.87% | - |
| XYZ | 42.74 | 60.75 | 30.24 | - |
| YUV | 190.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 129 | 0.33 | 0 | 0.42 | 0.13 | 107.23 | 0.59 | 0.69 |
| Hex | 95 | DF | 81 | 21 | 0 | 2A | D | 6B | 3B | 45 |
| Octal | 225 | 337 | 201 | 41 | 0 | 52 | 15 | 153 | 73 | 105 |
| Binary | 10010101 | 11011111 | 10000001 | 100001 | 0 | 101010 | 1101 | 1101011 | 111011 | 1000101 |
Color Harmonies of #95DF81
Complementary color
Monochromatic Colors of #95DF81
Black with #95DF81
Text Example
Text Example
White with #95DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF81; }
p { color: rgb(149,223,129); }
H1.HeaderClassName
{
color: #95DF81;
}
.AnyTagClassName
{
color: #95DF81;
}
</style>
background-color css
<style>
a { background-color: #95DF81; }
a { background-color: rgb(149,223,129); }
div.DivClassName
{
background-color: #95DF81;
}
.BgClassName
{
background-color: #95DF81;
}
</style>
border-color css
<style>
span { border-color: #95DF81; }
span { border-color: rgb(149,223,129); }
td.TdClassName
{
border-color: #95DF81;
}
.TagClassName
{
border-color: #95DF81;
}
</style>