#AFDE77

Color #AFDE77 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AFDE77

Tints of Feijoa #AFDE77

Color information

#AFDE77 (or 0xAFDE77) is unknown color: approx Feijoa. HEX triplet: AF, DE and 77. RGB value is (175,222,119). Sum of RGB (Red+Green+Blue) = 175+222+119=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE77 is #502188. Grayscale: #C4C4C4. Windows color (decimal): -5251465 or 7855791. OLE color: 7855791.

HSL color Cylindrical-coordinate representation of color #AFDE77: hue angle of 87.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFDE77 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB175222119-
CMYK0.2100.460.13
HSL87.38º60.95%66.86%-
HSV(B)87.38º46.4%87.06%-
XYZ47.1362.6927.07-
YUV196.284.43112.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 119 (46.88% from 255) = 23.06%
R=33.91%
G=43.02%
B=23.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221190.2100.460.1387.3860.9566.86
HexAFDE771502ED573d43
Octal257336167250561512775103
Binary10101111110111101110111101010101110110110101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE77; }

 p { color: rgb(175,222,119); }

 H1.HeaderClassName
 {
   color: #AFDE77;
 }
 .AnyTagClassName
 {
   color: #AFDE77;
 }
</style>
background-color css

<style>
 a { background-color: #AFDE77; }

 a { background-color: rgb(175,222,119); }

 div.DivClassName
 {
   background-color: #AFDE77;
 }
 .BgClassName
 {
   background-color: #AFDE77;
 }
</style>
border-color css

<style>
 span { border-color: #AFDE77; }

 span { border-color: rgb(175,222,119); }

 td.TdClassName
 {
   border-color: #AFDE77;
 }
 .TagClassName
 {
   border-color: #AFDE77;
 }
</style>