COLOR #AFED50

HEX: #AFED50
RGB: (175,237,80)

Color info

#AFED50 contains mainly green color. Web safe color of #AFED50 is #99FF66 (or #9F6).

RGB color model

#AFED50 color RGB value is (175,237,80).

  • red value is 175;
  • green value is 237;
  • blue value is 80.
RGB:
(175,237,80)
(69%,93%,31%)

RGB channels and saturation

R 175 of 255 = 69%
G 237 of 255 = 93%
B 80 of 255 = 31%

175
237
80

R + G + B ~ 64%. #AFED50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 237 + 80 = 492 (100%)
R 175 of 492 ~ 35.57%
G 237 of 492 ~ 48.17%
B 80 of 492 ~ 16.26%

%35.57
%48.17
%16.26

CMYK color model

#AFED50 color CMYK value is (26,0,66,7).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 66.24%
  • key color value is 7.06%
CMYK:
(26,0,66,7)
C26M0Y66K7 
(26%,0%,66%,7%)
(0.26/0.00/0.66/0.07)	

CMYK percentages

%26.16
%0
%66.24
%7.06

Codes

Color #AFED50 in popluar color models

AFED50
RGB17523780
HSL84°81.35%62.16%
HSB/HSV84°66.24%92.94%
CMYK26.16%0.00%66.24%
7.06%

Color #AFED50 in popluar number systems.

HEXAFED50
Decimal17523780
Binary10101111111011011010000
Octal257355120

Shades and tints

Shades of #AFED50

#AFED50
(175,237,80)
#A0D849
(160,216,73)
#91C342
(145,195,66)
#82AE3B
(130,174,59)
#739934
(115,153,52)
#64842D
(100,132,45)
#556F26
(85,111,38)
#465A1F
(70,90,31)
#374518
(55,69,24)
#283011
(40,48,17)
#191B0A
(25,27,10)
#000000
(0,0,0)

Tints of #AFED50

#AFED50
(175,237,80)
#B6EE5F
(182,238,95)
#BDEF6E
(189,239,110)
#C4F07D
(196,240,125)
#CBF18C
(203,241,140)
#D2F29B
(210,242,155)
#D9F3AA
(217,243,170)
#E0F4B9
(224,244,185)
#E7F5C8
(231,245,200)
#EEF6D7
(238,246,215)
#F5F7E6
(245,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFED50 color. Also use rgb(175,237,80) instead hex code.

Text Font Color

.myTextColor { color: #AFED50; }

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

This text font color is #AFED50.


Background Color

.myBgColor { background-color: #AFED50; }

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

This div background color is #AFED50.


Border color

.myBorderColor { border: 1px solid #AFED50; }

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

This div border color is #AFED50.


Opacity

.myOpacity80 { color: #AFED50; opacity: 0.8; }

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

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

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

This text has shadow with #AFED50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFED50 on black background.


Color preview on white background

This text has color #AFED50 on white background.



Black color preview on #AFED50 background

This text has black color on #AFED50 background.


White color preview on #AFED50 background

This text has white color on #AFED50 background.