#AFDD80

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

Shades of Feijoa #AFDD80

Tints of Feijoa #AFDD80

Color information

#AFDD80 (or 0xAFDD80) is unknown color: approx Feijoa. HEX triplet: AF, DD and 80. RGB value is (175,221,128). Sum of RGB (Red+Green+Blue) = 175+221+128=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD80 is #50227F. Grayscale: #C4C4C4. Windows color (decimal): -5251712 or 8445359. OLE color: 8445359.

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

Color convert

RGB175221128-
CMYK0.2100.420.13
HSL89.68º57.76%68.43%-
HSV(B)89.68º42.08%86.67%-
XYZ47.4362.3929.96-
YUV196.6489.26112.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=33.40%
G=42.18%
B=24.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211280.2100.420.1389.6857.7668.43
HexAFDD801502AD5a3a44
Octal257335200250521513272104
Binary101011111101110110000000101010101010110110110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD80; }

 p { color: rgb(175,221,128); }

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

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

 a { background-color: rgb(175,221,128); }

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

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

 span { border-color: rgb(175,221,128); }

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