Shades of Gossip #94F072
Tints of Gossip #94F072
RGB
CMYK
RGB Variations
Color information
#94F072 (or 0x94F072) is known color: Gossip. HEX triplet: 94, F0 and 72. RGB value is (148,240,114). Sum of RGB (Red+Green+Blue) = 148+240+114=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #94F072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F072 is #6B0F8D. Grayscale: #C6C6C6. Windows color (decimal): -7016334 or 7532692. OLE color: 7532692.
HSL color Cylindrical-coordinate representation of color #94F072: hue angle of 103.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94F072 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 114 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.06 |
| HSL | 103.81º | 0.81% | 0.69% | - |
| HSV(B) | 103.81º | 0.53% | 0.94% | - |
| XYZ | 46.41 | 69.83 | 26.95 | - |
| YUV | 198.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 114 | 0.38 | 0 | 0.52 | 0.06 | 103.81 | 0.81 | 0.69 |
| Hex | 94 | F0 | 72 | 26 | 0 | 34 | 6 | 68 | 51 | 45 |
| Octal | 224 | 360 | 162 | 46 | 0 | 64 | 6 | 150 | 121 | 105 |
| Binary | 10010100 | 11110000 | 1110010 | 100110 | 0 | 110100 | 110 | 1101000 | 1010001 | 1000101 |
Color Harmonies of #94F072
Complementary color
Monochromatic Colors of #94F072
Black with #94F072
Text Example
Text Example
White with #94F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F072; }
p { color: rgb(148,240,114); }
H1.HeaderClassName
{
color: #94F072;
}
.AnyTagClassName
{
color: #94F072;
}
</style>
background-color css
<style>
a { background-color: #94F072; }
a { background-color: rgb(148,240,114); }
div.DivClassName
{
background-color: #94F072;
}
.BgClassName
{
background-color: #94F072;
}
</style>
border-color css
<style>
span { border-color: #94F072; }
span { border-color: rgb(148,240,114); }
td.TdClassName
{
border-color: #94F072;
}
.TagClassName
{
border-color: #94F072;
}
</style>