#AFD57C

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

Shades of Feijoa #AFD57C

Tints of Feijoa #AFD57C

Color information

#AFD57C (or 0xAFD57C) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 7C. RGB value is (175,213,124). Sum of RGB (Red+Green+Blue) = 175+213+124=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD57C is #502A83. Grayscale: #BFBFBF. Windows color (decimal): -5253764 or 8181167. OLE color: 8181167.

HSL color Cylindrical-coordinate representation of color #AFD57C: hue angle of 85.62º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFD57C is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB175213124-
CMYK0.1800.420.16
HSL85.62º51.45%66.08%-
HSV(B)85.62º41.78%83.53%-
XYZ45.1158.1627.92-
YUV191.4989.91116.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=34.18%
G=41.60%
B=24.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131240.1800.420.1685.6251.4566.08
HexAFD57C1202A10563342
Octal257325174220522012663102
Binary101011111101010111111001001001010101000010101101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD57C; }

 p { color: rgb(175,213,124); }

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

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

 a { background-color: rgb(175,213,124); }

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

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

 span { border-color: rgb(175,213,124); }

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