Shades of Gossip #94F270
Tints of Gossip #94F270
RGB
CMYK
RGB Variations
Color information
#94F270 (or 0x94F270) is known color: Gossip. HEX triplet: 94, F2 and 70. RGB value is (148,242,112). Sum of RGB (Red+Green+Blue) = 148+242+112=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #94F270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F270 is #6B0D8F. Grayscale: #C7C7C7. Windows color (decimal): -7015824 or 7402132. OLE color: 7402132.
HSL color Cylindrical-coordinate representation of color #94F270: hue angle of 103.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94F270 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 112 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.05 |
| HSL | 103.38º | 0.83% | 0.69% | - |
| HSV(B) | 103.38º | 0.54% | 0.95% | - |
| XYZ | 46.89 | 70.97 | 26.56 | - |
| YUV | 199.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 112 | 0.39 | 0 | 0.54 | 0.05 | 103.38 | 0.83 | 0.69 |
| Hex | 94 | F2 | 70 | 27 | 0 | 36 | 5 | 67 | 53 | 45 |
| Octal | 224 | 362 | 160 | 47 | 0 | 66 | 5 | 147 | 123 | 105 |
| Binary | 10010100 | 11110010 | 1110000 | 100111 | 0 | 110110 | 101 | 1100111 | 1010011 | 1000101 |
Color Harmonies of #94F270
Complementary color
Monochromatic Colors of #94F270
Black with #94F270
Text Example
Text Example
White with #94F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F270; }
p { color: rgb(148,242,112); }
H1.HeaderClassName
{
color: #94F270;
}
.AnyTagClassName
{
color: #94F270;
}
</style>
background-color css
<style>
a { background-color: #94F270; }
a { background-color: rgb(148,242,112); }
div.DivClassName
{
background-color: #94F270;
}
.BgClassName
{
background-color: #94F270;
}
</style>
border-color css
<style>
span { border-color: #94F270; }
span { border-color: rgb(148,242,112); }
td.TdClassName
{
border-color: #94F270;
}
.TagClassName
{
border-color: #94F270;
}
</style>