COLOR #AFED68

HEX: #AFED68
RGB: (175,237,104)

Color info

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

RGB color model

#AFED68 color RGB value is (175,237,104).

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

RGB channels and saturation

R 175 of 255 = 69%
G 237 of 255 = 93%
B 104 of 255 = 41%

175
237
104

R + G + B ~ 68%. #AFED68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 237 + 104 = 516 (100%)
R 175 of 516 ~ 33.91%
G 237 of 516 ~ 45.93%
B 104 of 516 ~ 20.16%

%33.91
%45.93
%20.16

CMYK color model

#AFED68 color CMYK value is (26,0,56,7).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 56.12%
  • key color value is 7.06%
CMYK:
(26,0,56,7)
C26M0Y56K7 
(26%,0%,56%,7%)
(0.26/0.00/0.56/0.07)	

CMYK percentages

%26.16
%0
%56.12
%7.06

Codes

Color #AFED68 in popluar color models

AFED68
RGB175237104
HSL88°78.70%66.86%
HSB/HSV88°56.12%92.94%
CMYK26.16%0.00%56.12%
7.06%

Color #AFED68 in popluar number systems.

HEXAFED68
Decimal175237104
Binary10101111111011011101000
Octal257355150

Shades and tints

Shades of #AFED68

#AFED68
(175,237,104)
#A0D85F
(160,216,95)
#91C356
(145,195,86)
#82AE4D
(130,174,77)
#739944
(115,153,68)
#64843B
(100,132,59)
#556F32
(85,111,50)
#465A29
(70,90,41)
#374520
(55,69,32)
#283017
(40,48,23)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #AFED68

#AFED68
(175,237,104)
#B6EE75
(182,238,117)
#BDEF82
(189,239,130)
#C4F08F
(196,240,143)
#CBF19C
(203,241,156)
#D2F2A9
(210,242,169)
#D9F3B6
(217,243,182)
#E0F4C3
(224,244,195)
#E7F5D0
(231,245,208)
#EEF6DD
(238,246,221)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFED68; }

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

This text font color is #AFED68.


Background Color

.myBgColor { background-color: #AFED68; }

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

This div background color is #AFED68.


Border color

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

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

This div border color is #AFED68.


Opacity

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

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

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

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

This text has shadow with #AFED68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFED68 on black background.


Color preview on white background

This text has color #AFED68 on white background.



Black color preview on #AFED68 background

This text has black color on #AFED68 background.


White color preview on #AFED68 background

This text has white color on #AFED68 background.