#93D271

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

Shades of Gossip #93D271

Tints of Gossip #93D271

Color information

#93D271 (or 0x93D271) is unknown color: approx Gossip. HEX triplet: 93, D2 and 71. RGB value is (147,210,113). Sum of RGB (Red+Green+Blue) = 147+210+113=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #93D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D271 is #6C2D8E. Grayscale: #B4B4B4. Windows color (decimal): -7089551 or 7459475. OLE color: 7459475.

HSL color Cylindrical-coordinate representation of color #93D271: hue angle of 98.97º 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 #93D271 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB147210113-
CMYK0.3000.460.18
HSL98.97º51.87%63.33%-
HSV(B)98.97º46.19%82.35%-
XYZ38.0653.4923.94-
YUV180.190.13104.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=31.28%
G=44.68%
B=24.04%

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
Decimal1472101130.3000.460.1898.9751.8763.33
Hex93D2711E02E1263343f
Octal22332216136056221436477
Binary10010011110100101110001111100101110100101100011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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