#93E485

Color #93E485 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #93E485

Tints of Granny Smith Apple #93E485

Color information

#93E485 (or 0x93E485) is unknown color: approx Granny Smith Apple. HEX triplet: 93, E4 and 85. RGB value is (147,228,133). Sum of RGB (Red+Green+Blue) = 147+228+133=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #93E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E485 is #6C1B7A. Grayscale: #C1C1C1. Windows color (decimal): -7084923 or 8774803. OLE color: 8774803.

HSL color Cylindrical-coordinate representation of color #93E485: hue angle of 111.16º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93E485 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB147228133-
CMYK0.3600.420.11
HSL111.16º63.76%70.78%-
HSV(B)111.16º41.67%89.41%-
XYZ44.0163.3832.1-
YUV192.9594.1695.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 228 (89.45% from 255) = 44.88%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=28.94%
G=44.88%
B=26.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472281330.3600.420.11111.1663.7670.78
Hex93E4852402AB6f4047
Octal2233442054405213157100107
Binary10010011111001001000010110010001010101011110111110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,228,133); }

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

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

 a { background-color: rgb(147,228,133); }

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

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

 span { border-color: rgb(147,228,133); }

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