#93D972

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

Shades of Gossip #93D972

Tints of Gossip #93D972

Color information

#93D972 (or 0x93D972) is unknown color: approx Gossip. HEX triplet: 93, D9 and 72. RGB value is (147,217,114). Sum of RGB (Red+Green+Blue) = 147+217+114=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #93D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D972 is #6C268D. Grayscale: #B8B8B8. Windows color (decimal): -7087758 or 7526803. OLE color: 7526803.

HSL color Cylindrical-coordinate representation of color #93D972: hue angle of 100.78º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93D972 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB147217114-
CMYK0.3200.470.15
HSL100.78º57.54%64.9%-
HSV(B)100.78º47.47%85.1%-
XYZ39.8857.0424.83-
YUV184.3388.31101.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=30.75%
G=45.40%
B=23.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472171140.3200.470.15100.7857.5464.9
Hex93D9722002FF653a41
Octal223331162400571714572101
Binary100100111101100111100101000000101111111111001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,217,114); }

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

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

 a { background-color: rgb(147,217,114); }

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

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

 span { border-color: rgb(147,217,114); }

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