#94D271

Color #94D271 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #94D271

Tints of Gossip #94D271

Color information

#94D271 (or 0x94D271) is unknown color: approx Gossip. HEX triplet: 94, D2 and 71. RGB value is (148,210,113). Sum of RGB (Red+Green+Blue) = 148+210+113=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #94D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D271 is #6B2D8E. Grayscale: #B4B4B4. Windows color (decimal): -7024015 or 7459476. OLE color: 7459476.

HSL color Cylindrical-coordinate representation of color #94D271: hue angle of 98.35º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94D271 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB148210113-
CMYK0.3000.460.18
HSL98.35º51.87%63.33%-
HSV(B)98.35º46.19%82.35%-
XYZ38.2453.5823.95-
YUV180.489.96104.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=31.42%
G=44.59%
B=23.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482101130.3000.460.1898.3551.8763.33
Hex94D2711E02E1262343f
Octal22432216136056221426477
Binary10010100110100101110001111100101110100101100010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D271; }

 p { color: rgb(148,210,113); }

 H1.HeaderClassName
 {
   color: #94D271;
 }
 .AnyTagClassName
 {
   color: #94D271;
 }
</style>
background-color css

<style>
 a { background-color: #94D271; }

 a { background-color: rgb(148,210,113); }

 div.DivClassName
 {
   background-color: #94D271;
 }
 .BgClassName
 {
   background-color: #94D271;
 }
</style>
border-color css

<style>
 span { border-color: #94D271; }

 span { border-color: rgb(148,210,113); }

 td.TdClassName
 {
   border-color: #94D271;
 }
 .TagClassName
 {
   border-color: #94D271;
 }
</style>