#93D27D

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

Shades of Gossip #93D27D

Tints of Gossip #93D27D

Color information

#93D27D (or 0x93D27D) is unknown color: approx Gossip. HEX triplet: 93, D2 and 7D. RGB value is (147,210,125). Sum of RGB (Red+Green+Blue) = 147+210+125=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #93D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D27D is #6C2D82. Grayscale: #B5B5B5. Windows color (decimal): -7089539 or 8245907. OLE color: 8245907.

HSL color Cylindrical-coordinate representation of color #93D27D: hue angle of 104.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D27D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB147210125-
CMYK0.3000.400.18
HSL104.47º48.57%65.69%-
HSV(B)104.47º40.48%82.35%-
XYZ38.7853.7827.74-
YUV181.4796.13103.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=30.50%
G=43.57%
B=25.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101250.3000.400.18104.4748.5765.69
Hex93D27D1E02812683142
Octal223322175360502215061102
Binary100100111101001011111011111001010001001011010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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