#AFD780

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

Shades of Feijoa #AFD780

Tints of Feijoa #AFD780

Color information

#AFD780 (or 0xAFD780) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 80. RGB value is (175,215,128). Sum of RGB (Red+Green+Blue) = 175+215+128=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD780 is #50287F. Grayscale: #C1C1C1. Windows color (decimal): -5253248 or 8443823. OLE color: 8443823.

HSL color Cylindrical-coordinate representation of color #AFD780: hue angle of 87.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD780 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB175215128-
CMYK0.1900.400.16
HSL87.59º52.1%67.25%-
HSV(B)87.59º40.47%84.31%-
XYZ45.8859.2729.45-
YUV193.1291.25115.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 215 (84.38% from 255) = 41.51%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=33.78%
G=41.51%
B=24.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151280.1900.400.1687.5952.167.25
HexAFD7801302810583443
Octal257327200230502013064103
Binary1010111111010111100000001001101010001000010110001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD780; }

 p { color: rgb(175,215,128); }

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

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

 a { background-color: rgb(175,215,128); }

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

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

 span { border-color: rgb(175,215,128); }

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