#AFD584

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

Shades of Feijoa #AFD584

Tints of Feijoa #AFD584

Color information

#AFD584 (or 0xAFD584) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 84. RGB value is (175,213,132). Sum of RGB (Red+Green+Blue) = 175+213+132=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD584 is #502A7B. Grayscale: #C0C0C0. Windows color (decimal): -5253756 or 8705455. OLE color: 8705455.

HSL color Cylindrical-coordinate representation of color #AFD584: hue angle of 88.15º 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 #AFD584 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB175213132-
CMYK0.1800.380.16
HSL88.15º49.09%67.65%-
HSV(B)88.15º38.03%83.53%-
XYZ45.6458.3730.69-
YUV192.493.91115.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=33.65%
G=40.96%
B=25.38%

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
Decimal1752131320.1800.380.1688.1549.0967.65
HexAFD5841202610583144
Octal257325204220462013061104
Binary1010111111010101100001001001001001101000010110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD584; }

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

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

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

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

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

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

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

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