#AFD585

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

Shades of Feijoa #AFD585

Tints of Feijoa #AFD585

Color information

#AFD585 (or 0xAFD585) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 85. RGB value is (175,213,133). Sum of RGB (Red+Green+Blue) = 175+213+133=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD585 is #502A7A. Grayscale: #C0C0C0. Windows color (decimal): -5253755 or 8770991. OLE color: 8770991.

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

Color convert

RGB175213133-
CMYK0.1800.380.16
HSL88.5º48.78%67.84%-
HSV(B)88.5º37.56%83.53%-
XYZ45.7158.431.05-
YUV192.5294.41115.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=33.59%
G=40.88%
B=25.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131330.1800.380.1688.548.7867.84
HexAFD5851202610583144
Octal257325205220462013061104
Binary1010111111010101100001011001001001101000010110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD585; }

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

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

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

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

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

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

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

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