COLOR #93E568

HEX: #93E568
RGB: (147,229,104)

Color info

#93E568 contains mainly green color. Web safe color of #93E568 is #99CC66 (or #9C6).

RGB color model

#93E568 color RGB value is (147,229,104).

  • red value is 147;
  • green value is 229;
  • blue value is 104.
RGB:
(147,229,104)
(58%,90%,41%)

RGB channels and saturation

R 147 of 255 = 58%
G 229 of 255 = 90%
B 104 of 255 = 41%

147
229
104

R + G + B ~ 63%. #93E568 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 229 + 104 = 480 (100%)
R 147 of 480 ~ 30.63%
G 229 of 480 ~ 47.71%
B 104 of 480 ~ 21.67%

%30.63
%47.71
%21.67

CMYK color model

#93E568 color CMYK value is (36,0,55,10).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 54.59%
  • key color value is 10.20%
CMYK:
(36,0,55,10)
C36M0Y55K10 
(36%,0%,55%,10%)
(0.36/0.00/0.55/0.10)	

CMYK percentages

%35.81
%0
%54.59
%10.2

Codes

Color #93E568 in popluar color models

93E568
RGB147229104
HSL99°70.62%65.29%
HSB/HSV99°54.59%89.80%
CMYK35.81%0.00%54.59%
10.20%

Color #93E568 in popluar number systems.

HEX93E568
Decimal147229104
Binary10010011111001011101000
Octal223345150

Shades and tints

Shades of #93E568

#93E568
(147,229,104)
#86D15F
(134,209,95)
#79BD56
(121,189,86)
#6CA94D
(108,169,77)
#5F9544
(95,149,68)
#52813B
(82,129,59)
#456D32
(69,109,50)
#385929
(56,89,41)
#2B4520
(43,69,32)
#1E3117
(30,49,23)
#111D0E
(17,29,14)
#000000
(0,0,0)

Tints of #93E568

#93E568
(147,229,104)
#9CE775
(156,231,117)
#A5E982
(165,233,130)
#AEEB8F
(174,235,143)
#B7ED9C
(183,237,156)
#C0EFA9
(192,239,169)
#C9F1B6
(201,241,182)
#D2F3C3
(210,243,195)
#DBF5D0
(219,245,208)
#E4F7DD
(228,247,221)
#EDF9EA
(237,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E568 color. Also use rgb(147,229,104) instead hex code.

Text Font Color

.myTextColor { color: #93E568; }

<p style="color:#93E568">This sample text font color is #93E568.</p>

This text font color is #93E568.


Background Color

.myBgColor { background-color: #93E568; }

<div style="background-color:#93E568">Inner text</div>

This div background color is #93E568.


Border color

.myBorderColor { border: 1px solid #93E568; }

<div style="border:3px solid #93E568">Div</div>

This div border color is #93E568.


Opacity

.myOpacity80 { color: #93E568; opacity: 0.8; }

<p style="color:#93E568;opacity:0.8;">80%</p>

Text with #93E568 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #93E568;}

<p style="text-shadow: 3px 3px 1px #93E568">Text here.</p>

This text has shadow with #93E568 color.

.textShadow {text-shadow: 3px 3px 1px #93E568, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #93E568, 5px 5px 20px red">Text here.</p>

This text has shadow with #93E568 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#93E568, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#93E568, Direction=45, Strength=4)">Text</p>

This text has shadow with #93E568 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #93E568;
  -webkit-box-shadow:	1px 1px 3px 2px #93E568;
  box-shadow:		1px 1px 3px 2px #93E568;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93E568;
-webkit-box-shadow: 1px 1px 3px 2px #93E568;
box-shadow:1px 1px 3px 2px #93E568;">
Div content here</div>
This div box has shadow with color #93E568.

Preview

Color preview on black background

This text has color #93E568 on black background.


Color preview on white background

This text has color #93E568 on white background.



Black color preview on #93E568 background

This text has black color on #93E568 background.


White color preview on #93E568 background

This text has white color on #93E568 background.