#AFD387

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

Shades of Feijoa #AFD387

Tints of Feijoa #AFD387

Color information

#AFD387 (or 0xAFD387) is unknown color: approx Feijoa. HEX triplet: AF, D3 and 87. RGB value is (175,211,135). Sum of RGB (Red+Green+Blue) = 175+211+135=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD387 is #502C78. Grayscale: #BFBFBF. Windows color (decimal): -5254265 or 8901551. OLE color: 8901551.

HSL color Cylindrical-coordinate representation of color #AFD387: hue angle of 88.42º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFD387 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB175211135-
CMYK0.1700.360.17
HSL88.42º46.34%67.84%-
HSV(B)88.42º36.02%82.75%-
XYZ45.3557.4531.62-
YUV191.5796.07116.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 135 (53.12% from 255) = 25.91%
R=33.59%
G=40.50%
B=25.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111350.1700.360.1788.4246.3467.84
HexAFD3871102411582e44
Octal257323207210442113056104
Binary1010111111010011100001111000101001001000110110001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD387; }

 p { color: rgb(175,211,135); }

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

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

 a { background-color: rgb(175,211,135); }

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

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

 span { border-color: rgb(175,211,135); }

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