Shades of Gossip #94CA75
Tints of Gossip #94CA75
RGB
CMYK
RGB Variations
Color information
#94CA75 (or 0x94CA75) is known color: Gossip. HEX triplet: 94, CA and 75. RGB value is (148,202,117). Sum of RGB (Red+Green+Blue) = 148+202+117=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA75 is #6B358A. Grayscale: #B0B0B0. Windows color (decimal): -7026059 or 7719572. OLE color: 7719572.
HSL color Cylindrical-coordinate representation of color #94CA75: hue angle of 98.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94CA75 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 117 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.21 |
| HSL | 98.12º | 0.45% | 0.63% | - |
| HSV(B) | 98.12º | 0.42% | 0.79% | - |
| XYZ | 36.54 | 49.82 | 24.52 | - |
| YUV | 176.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 117 | 0.27 | 0 | 0.42 | 0.21 | 98.12 | 0.45 | 0.63 |
| Hex | 94 | CA | 75 | 1B | 0 | 2A | 15 | 62 | 2D | 3F |
| Octal | 224 | 312 | 165 | 33 | 0 | 52 | 25 | 142 | 55 | 77 |
| Binary | 10010100 | 11001010 | 1110101 | 11011 | 0 | 101010 | 10101 | 1100010 | 101101 | 111111 |
Color Harmonies of #94CA75
Complementary color
Monochromatic Colors of #94CA75
Black with #94CA75
Text Example
Text Example
White with #94CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA75; }
p { color: rgb(148,202,117); }
H1.HeaderClassName
{
color: #94CA75;
}
.AnyTagClassName
{
color: #94CA75;
}
</style>
background-color css
<style>
a { background-color: #94CA75; }
a { background-color: rgb(148,202,117); }
div.DivClassName
{
background-color: #94CA75;
}
.BgClassName
{
background-color: #94CA75;
}
</style>
border-color css
<style>
span { border-color: #94CA75; }
span { border-color: rgb(148,202,117); }
td.TdClassName
{
border-color: #94CA75;
}
.TagClassName
{
border-color: #94CA75;
}
</style>