COLOR #54CB68

HEX: #54CB68 RGB: (84,203,104)

Color info

#54CB68 contains mainly green color. Web safe color of #54CB68 is #66CC66 (or #6C6).

RGB color model

#54CB68 color RGB value is (84,203,104).

RGB: (84,203,104) (33%, 80%, 41%)

RGB channels and saturation

R 84 of 255 = 33%
G 203 of 255 = 80%
B 104 of 255 = 41%

84
203
104

R + G + B ~ 51%. #54CB68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 203 + 104 = 391 (100%)
R 84 of 391 ~ 21.48%
G 203 of 391 ~ 51.92%
B 104 of 391 ~ 26.6'%

%21.48
%51.92
%26.6

CMYK color model

#54CB68 color CMYK value is (59,0,49,20).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 20.39%

CMYK: (59,0,49,20)
C59M0Y49K20 (59%, 0%, 49%, 20%)
(0.59 / 0.00 / 0.49 / 0.20)

CMYK percentages

%58.62
%0
%48.77
%20.39

Codes

Color #54CB68 in popluar color models

54 CB 68
RGB 84 203 104
HSL 130° 53.36% 56.27%
HSB/HSV 130° 58.62% 79.61%
CMYK 58.62% 0.00% 48.77%
20.39%

Color #54CB68 in popluar number systems.

HEX 54 CB 68
Decimal 84 203 104
Binary 1010100 11001011 1101000
Octal 124 313 150

Shades and tints

Shades of #54CB68

#54CB68
(84,203,104)
#4DB95F
(77,185,95)
#46A756
(70,167,86)
#3F954D
(63,149,77)
#388344
(56,131,68)
#31713B
(49,113,59)
#2A5F32
(42,95,50)
#234D29
(35,77,41)
#1C3B20
(28,59,32)
#152917
(21,41,23)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #54CB68

#54CB68
(84,203,104)
#63CF75
(99,207,117)
#72D382
(114,211,130)
#81D78F
(129,215,143)
#90DB9C
(144,219,156)
#9FDFA9
(159,223,169)
#AEE3B6
(174,227,182)
#BDE7C3
(189,231,195)
#CCEBD0
(204,235,208)
#DBEFDD
(219,239,221)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54CB68 color. Also use rgb(84,203,104) instead hex code.

Text Font Color

.myTextColor { color: #54CB68; }

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

This text font color is #54CB68.

Background Color

.myBgColor { background-color: #54CB68; }

<div style="background-color:#54CB68">Inner text</div>

This div background color is #54CB68.

Border color

.myBorderColor { border: 1px solid #54CB68; }

<div style="border:3px solid #54CB68">Div</div>

This div border color is #54CB68.

Opacity

.myOpacity80 { color: #54CB68; opacity: 0.8; }

<p style="color:#54CB68;opacity:0.8;">80%</p>

Text with #54CB68 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 #54CB68;}

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

This text has shadow with #54CB68 color.


.textShadow {text-shadow: 3px 3px 1px #54CB68', 3px 3px 1px red;}

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

This text has shadow with #54CB68 primary color and red secondary color.


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

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

This text has shadow with #54CB68 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54CB68; -webkit-box-shadow: 1px 1px 3px 2px #54CB68; box-shadow:1px 1px 3px 2px #54CB68;">
Div content here
</div>

This div box has shadow with color #54CB68.

Preview

Color preview on black background

This text has color #54CB68 on black background.


Color preview on white background

This text has color #54CB68 on white background.


Black color preview on #54CB68 background

This text has black color on #54CB68 background.


White color preview on #54CB68 background

This text has white color on #54CB68 background.


Related colors

Complementary color

Complementary color for #hex is #AB3497.


I love getcolorcode.com

Triadic colors

1 #6854CB and #CB6854 with #54CB68 are triadic colors.

2 #68CB54 and #CB5468 with #54CB68 are triadic colors.