#AFD587

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

Shades of Feijoa #AFD587

Tints of Feijoa #AFD587

Color information

#AFD587 (or 0xAFD587) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 87. RGB value is (175,213,135). Sum of RGB (Red+Green+Blue) = 175+213+135=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD587 is #502A78. Grayscale: #C1C1C1. Windows color (decimal): -5253753 or 8902063. OLE color: 8902063.

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

Color convert

RGB175213135-
CMYK0.1800.370.16
HSL89.23º48.15%68.24%-
HSV(B)89.23º36.62%83.53%-
XYZ45.8558.4531.79-
YUV192.7595.41115.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 135 (53.12% from 255) = 25.81%
R=33.46%
G=40.73%
B=25.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131350.1800.370.1689.2348.1568.24
HexAFD5871202510593044
Octal257325207220452013160104
Binary1010111111010101100001111001001001011000010110011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD587; }

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

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

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

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

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

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

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

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