COLOR #6FDF55

HEX: #6FDF55 RGB: (111,223,85)

Color info

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

RGB color model

#6FDF55 color RGB value is (111,223,85).

RGB: (111,223,85) (44%, 87%, 33%)

RGB channels and saturation

R 111 of 255 = 44%
G 223 of 255 = 87%
B 85 of 255 = 33%

111
223
85

R + G + B ~ 55%. #6FDF55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 223 + 85 = 419 (100%)
R 111 of 419 ~ 26.49%
G 223 of 419 ~ 53.22%
B 85 of 419 ~ 20.29'%

%26.49
%53.22
%20.29

CMYK color model

#6FDF55 color CMYK value is (50,0,62,13).

  • cyan value is 50.22%
  • magenta value is 0.00%
  • yellow value is 61.88%
  • key color value is 12.55%

CMYK: (50,0,62,13)
C50M0Y62K13 (50%, 0%, 62%, 13%)
(0.50 / 0.00 / 0.62 / 0.13)

CMYK percentages

%50.22
%0
%61.88
%12.55

Codes

Color #6FDF55 in popluar color models

6F DF 55
RGB 111 223 85
HSL 109° 68.32% 60.39%
HSB/HSV 109° 61.88% 87.45%
CMYK 50.22% 0.00% 61.88%
12.55%

Color #6FDF55 in popluar number systems.

HEX 6F DF 55
Decimal 111 223 85
Binary 1101111 11011111 1010101
Octal 157 337 125

Shades and tints

Shades of #6FDF55

#6FDF55
(111,223,85)
#65CB4E
(101,203,78)
#5BB747
(91,183,71)
#51A340
(81,163,64)
#478F39
(71,143,57)
#3D7B32
(61,123,50)
#33672B
(51,103,43)
#295324
(41,83,36)
#1F3F1D
(31,63,29)
#152B16
(21,43,22)
#0B170F
(11,23,15)
#000000
(0,0,0)

Tints of #6FDF55

#6FDF55
(111,223,85)
#7CE164
(124,225,100)
#89E373
(137,227,115)
#96E582
(150,229,130)
#A3E791
(163,231,145)
#B0E9A0
(176,233,160)
#BDEBAF
(189,235,175)
#CAEDBE
(202,237,190)
#D7EFCD
(215,239,205)
#E4F1DC
(228,241,220)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FDF55 color. Also use rgb(111,223,85) instead hex code.

Text Font Color

.myTextColor { color: #6FDF55; }

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

This text font color is #6FDF55.

Background Color

.myBgColor { background-color: #6FDF55; }

<div style="background-color:#6FDF55">Inner text</div>

This div background color is #6FDF55.

Border color

.myBorderColor { border: 1px solid #6FDF55; }

<div style="border:3px solid #6FDF55">Div</div>

This div border color is #6FDF55.

Opacity

.myOpacity80 { color: #6FDF55; opacity: 0.8; }

<p style="color:#6FDF55;opacity:0.8;">80%</p>

Text with #6FDF55 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 #6FDF55;}

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

This text has shadow with #6FDF55 color.


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

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

This text has shadow with #6FDF55 primary color and red secondary color.


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

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

This text has shadow with #6FDF55 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6FDF55.

Preview

Color preview on black background

This text has color #6FDF55 on black background.


Color preview on white background

This text has color #6FDF55 on white background.


Black color preview on #6FDF55 background

This text has black color on #6FDF55 background.


White color preview on #6FDF55 background

This text has white color on #6FDF55 background.


Related colors

Complementary color

Complementary color for #6FDF55 is #9020AA.


I love getcolorcode.com

Triadic colors

1 #556FDF and #DF556F with #6FDF55 are triadic colors.

2 #55DF6F and #DF6F55 with #6FDF55 are triadic colors.