Shades of Gossip #94D07F
Tints of Gossip #94D07F
RGB
CMYK
RGB Variations
Color information
#94D07F (or 0x94D07F) is known color: Gossip. HEX triplet: 94, D0 and 7F. RGB value is (148,208,127). Sum of RGB (Red+Green+Blue) = 148+208+127=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #94D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D07F is #6B2F80. Grayscale: #B5B5B5. Windows color (decimal): -7024513 or 8376468. OLE color: 8376468.
HSL color Cylindrical-coordinate representation of color #94D07F: hue angle of 104.44º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D07F is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 127 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.18 |
| HSL | 104.44º | 0.46% | 0.66% | - |
| HSV(B) | 104.44º | 0.39% | 0.82% | - |
| XYZ | 38.6 | 52.94 | 28.26 | - |
| YUV | 180.83 | 97.62 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 127 | 0.29 | 0 | 0.39 | 0.18 | 104.44 | 0.46 | 0.66 |
| Hex | 94 | D0 | 7F | 1D | 0 | 27 | 12 | 68 | 2E | 42 |
| Octal | 224 | 320 | 177 | 35 | 0 | 47 | 22 | 150 | 56 | 102 |
| Binary | 10010100 | 11010000 | 1111111 | 11101 | 0 | 100111 | 10010 | 1101000 | 101110 | 1000010 |
Color Harmonies of #94D07F
Complementary color
Monochromatic Colors of #94D07F
Black with #94D07F
Text Example
Text Example
White with #94D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D07F; }
p { color: rgb(148,208,127); }
H1.HeaderClassName
{
color: #94D07F;
}
.AnyTagClassName
{
color: #94D07F;
}
</style>
background-color css
<style>
a { background-color: #94D07F; }
a { background-color: rgb(148,208,127); }
div.DivClassName
{
background-color: #94D07F;
}
.BgClassName
{
background-color: #94D07F;
}
</style>
border-color css
<style>
span { border-color: #94D07F; }
span { border-color: rgb(148,208,127); }
td.TdClassName
{
border-color: #94D07F;
}
.TagClassName
{
border-color: #94D07F;
}
</style>