Shades of Gossip #94CE7D
Tints of Gossip #94CE7D
RGB
CMYK
RGB Variations
Color information
#94CE7D (or 0x94CE7D) is known color: Gossip. HEX triplet: 94, CE and 7D. RGB value is (148,206,125). Sum of RGB (Red+Green+Blue) = 148+206+125=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE7D is #6B3182. Grayscale: #B3B3B3. Windows color (decimal): -7025027 or 8244884. OLE color: 8244884.
HSL color Cylindrical-coordinate representation of color #94CE7D: hue angle of 102.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94CE7D is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 125 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.19 |
| HSL | 102.96º | 0.45% | 0.65% | - |
| HSV(B) | 102.96º | 0.39% | 0.81% | - |
| XYZ | 37.99 | 51.92 | 27.42 | - |
| YUV | 179.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 125 | 0.28 | 0 | 0.39 | 0.19 | 102.96 | 0.45 | 0.65 |
| Hex | 94 | CE | 7D | 1C | 0 | 27 | 13 | 67 | 2D | 41 |
| Octal | 224 | 316 | 175 | 34 | 0 | 47 | 23 | 147 | 55 | 101 |
| Binary | 10010100 | 11001110 | 1111101 | 11100 | 0 | 100111 | 10011 | 1100111 | 101101 | 1000001 |
Color Harmonies of #94CE7D
Complementary color
Monochromatic Colors of #94CE7D
Black with #94CE7D
Text Example
Text Example
White with #94CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CE7D; }
p { color: rgb(148,206,125); }
H1.HeaderClassName
{
color: #94CE7D;
}
.AnyTagClassName
{
color: #94CE7D;
}
</style>
background-color css
<style>
a { background-color: #94CE7D; }
a { background-color: rgb(148,206,125); }
div.DivClassName
{
background-color: #94CE7D;
}
.BgClassName
{
background-color: #94CE7D;
}
</style>
border-color css
<style>
span { border-color: #94CE7D; }
span { border-color: rgb(148,206,125); }
td.TdClassName
{
border-color: #94CE7D;
}
.TagClassName
{
border-color: #94CE7D;
}
</style>