Shades of Gossip #95CF7B
Tints of Gossip #95CF7B
RGB
CMYK
RGB Variations
Color information
#95CF7B (or 0x95CF7B) is known color: Gossip. HEX triplet: 95, CF and 7B. RGB value is (149,207,123). Sum of RGB (Red+Green+Blue) = 149+207+123=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF7B is #6A3084. Grayscale: #B4B4B4. Windows color (decimal): -6959237 or 8114069. OLE color: 8114069.
HSL color Cylindrical-coordinate representation of color #95CF7B: hue angle of 101.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95CF7B is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 207 | 123 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.19 |
| HSL | 101.43º | 0.47% | 0.65% | - |
| HSV(B) | 101.43º | 0.41% | 0.81% | - |
| XYZ | 38.28 | 52.45 | 26.84 | - |
| YUV | 180.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 207 | 123 | 0.28 | 0 | 0.41 | 0.19 | 101.43 | 0.47 | 0.65 |
| Hex | 95 | CF | 7B | 1C | 0 | 29 | 13 | 65 | 2F | 41 |
| Octal | 225 | 317 | 173 | 34 | 0 | 51 | 23 | 145 | 57 | 101 |
| Binary | 10010101 | 11001111 | 1111011 | 11100 | 0 | 101001 | 10011 | 1100101 | 101111 | 1000001 |
Color Harmonies of #95CF7B
Complementary color
Monochromatic Colors of #95CF7B
Black with #95CF7B
Text Example
Text Example
White with #95CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CF7B; }
p { color: rgb(149,207,123); }
H1.HeaderClassName
{
color: #95CF7B;
}
.AnyTagClassName
{
color: #95CF7B;
}
</style>
background-color css
<style>
a { background-color: #95CF7B; }
a { background-color: rgb(149,207,123); }
div.DivClassName
{
background-color: #95CF7B;
}
.BgClassName
{
background-color: #95CF7B;
}
</style>
border-color css
<style>
span { border-color: #95CF7B; }
span { border-color: rgb(149,207,123); }
td.TdClassName
{
border-color: #95CF7B;
}
.TagClassName
{
border-color: #95CF7B;
}
</style>