Shades of Gossip #94D27D
Tints of Gossip #94D27D
RGB
CMYK
RGB Variations
Color information
#94D27D (or 0x94D27D) is known color: Gossip. HEX triplet: 94, D2 and 7D. RGB value is (148,210,125). Sum of RGB (Red+Green+Blue) = 148+210+125=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #94D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D27D is #6B2D82. Grayscale: #B6B6B6. Windows color (decimal): -7024003 or 8245908. OLE color: 8245908.
HSL color Cylindrical-coordinate representation of color #94D27D: hue angle of 103.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D27D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 125 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.18 |
| HSL | 103.76º | 0.49% | 0.66% | - |
| HSV(B) | 103.76º | 0.4% | 0.82% | - |
| XYZ | 38.96 | 53.87 | 27.75 | - |
| YUV | 181.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 125 | 0.30 | 0 | 0.40 | 0.18 | 103.76 | 0.49 | 0.66 |
| Hex | 94 | D2 | 7D | 1E | 0 | 28 | 12 | 68 | 31 | 42 |
| Octal | 224 | 322 | 175 | 36 | 0 | 50 | 22 | 150 | 61 | 102 |
| Binary | 10010100 | 11010010 | 1111101 | 11110 | 0 | 101000 | 10010 | 1101000 | 110001 | 1000010 |
Color Harmonies of #94D27D
Complementary color
Monochromatic Colors of #94D27D
Black with #94D27D
Text Example
Text Example
White with #94D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D27D; }
p { color: rgb(148,210,125); }
H1.HeaderClassName
{
color: #94D27D;
}
.AnyTagClassName
{
color: #94D27D;
}
</style>
background-color css
<style>
a { background-color: #94D27D; }
a { background-color: rgb(148,210,125); }
div.DivClassName
{
background-color: #94D27D;
}
.BgClassName
{
background-color: #94D27D;
}
</style>
border-color css
<style>
span { border-color: #94D27D; }
span { border-color: rgb(148,210,125); }
td.TdClassName
{
border-color: #94D27D;
}
.TagClassName
{
border-color: #94D27D;
}
</style>