Shades of Gossip #94F16F
Tints of Gossip #94F16F
RGB
CMYK
RGB Variations
Color information
#94F16F (or 0x94F16F) is known color: Gossip. HEX triplet: 94, F1 and 6F. RGB value is (148,241,111). Sum of RGB (Red+Green+Blue) = 148+241+111=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #94F16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F16F is #6B0E90. Grayscale: #C6C6C6. Windows color (decimal): -7016081 or 7336340. OLE color: 7336340.
HSL color Cylindrical-coordinate representation of color #94F16F: hue angle of 102.92º degrees, saturation: 0.82, 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 #94F16F is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 111 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.05 |
| HSL | 102.92º | 0.82% | 0.69% | - |
| HSV(B) | 102.92º | 0.54% | 0.95% | - |
| XYZ | 46.54 | 70.35 | 26.17 | - |
| YUV | 198.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 111 | 0.39 | 0 | 0.54 | 0.05 | 102.92 | 0.82 | 0.69 |
| Hex | 94 | F1 | 6F | 27 | 0 | 36 | 5 | 67 | 52 | 45 |
| Octal | 224 | 361 | 157 | 47 | 0 | 66 | 5 | 147 | 122 | 105 |
| Binary | 10010100 | 11110001 | 1101111 | 100111 | 0 | 110110 | 101 | 1100111 | 1010010 | 1000101 |
Color Harmonies of #94F16F
Complementary color
Monochromatic Colors of #94F16F
Black with #94F16F
Text Example
Text Example
White with #94F16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F16F; }
p { color: rgb(148,241,111); }
H1.HeaderClassName
{
color: #94F16F;
}
.AnyTagClassName
{
color: #94F16F;
}
</style>
background-color css
<style>
a { background-color: #94F16F; }
a { background-color: rgb(148,241,111); }
div.DivClassName
{
background-color: #94F16F;
}
.BgClassName
{
background-color: #94F16F;
}
</style>
border-color css
<style>
span { border-color: #94F16F; }
span { border-color: rgb(148,241,111); }
td.TdClassName
{
border-color: #94F16F;
}
.TagClassName
{
border-color: #94F16F;
}
</style>