#93DA7E

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

Shades of Gossip #93DA7E

Tints of Gossip #93DA7E

Color information

#93DA7E (or 0x93DA7E) is unknown color: approx Gossip. HEX triplet: 93, DA and 7E. RGB value is (147,218,126). Sum of RGB (Red+Green+Blue) = 147+218+126=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DA7E is #6C2581. Grayscale: #BABABA. Windows color (decimal): -7087490 or 8313491. OLE color: 8313491.

HSL color Cylindrical-coordinate representation of color #93DA7E: hue angle of 106.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93DA7E is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB147218126-
CMYK0.3300.420.15
HSL106.3º55.42%67.45%-
HSV(B)106.3º42.2%85.49%-
XYZ40.8757.8528.75-
YUV186.2893.9899.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=29.94%
G=44.40%
B=25.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181260.3300.420.15106.355.4267.45
Hex93DA7E2102AF6a3743
Octal223332176410521715267103
Binary100100111101101011111101000010101010111111010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,126); }

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

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

 a { background-color: rgb(147,218,126); }

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

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

 span { border-color: rgb(147,218,126); }

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