Html Css Color HEX #93E485 Granny Smith Apple

📋 copy color: '#93E485'

red 147 ◦ green 228 ◦ blue 133

#93E485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #93E485

Tints of Granny Smith Apple #93E485

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 value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#93E485 (or 0x93E485) is known color: 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

RGB 147 228 133 -
CMYK 0.36 0 0.42 0.11
HSL 111.16º 0.64% 0.71% -
HSV(B) 111.16º 0.42% 0.89% -
XYZ 44.01 63.38 32.1 -
YUV 192.95 94.16 95.22 -
System Red Green Blue C M Y K H S L
Decimal 147 228 133 0.36 0 0.42 0.11 111.16 0.64 0.71
Hex 93 E4 85 24 0 2A B 6F 40 47
Octal 223 344 205 44 0 52 13 157 100 107
Binary 10010011 11100100 10000101 100100 0 101010 1011 1101111 1000000 1000111

Color Harmonies of #93E485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E485

Black with #93E485

Text Example


Text Example

White with #93E485

Text Example


Text Example

HTML Codes & Css Web 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>