#93D67F

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

Shades of Gossip #93D67F

Tints of Gossip #93D67F

Color information

#93D67F (or 0x93D67F) is unknown color: approx Gossip. HEX triplet: 93, D6 and 7F. RGB value is (147,214,127). Sum of RGB (Red+Green+Blue) = 147+214+127=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #93D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D67F is #6C2980. Grayscale: #B8B8B8. Windows color (decimal): -7088513 or 8378003. OLE color: 8378003.

HSL color Cylindrical-coordinate representation of color #93D67F: hue angle of 106.21º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93D67F is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB147214127-
CMYK0.3100.410.16
HSL106.21º51.48%66.86%-
HSV(B)106.21º40.65%83.92%-
XYZ39.9155.8328.75-
YUV184.0595.8101.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 127 (50% from 255) = 26.02%
R=30.12%
G=43.85%
B=26.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141270.3100.410.16106.2151.4866.86
Hex93D67F1F029106a3343
Octal223326177370512015263103
Binary100100111101011011111111111101010011000011010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,214,127); }

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

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

 a { background-color: rgb(147,214,127); }

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

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

 span { border-color: rgb(147,214,127); }

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