#AFD580

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

Shades of Feijoa #AFD580

Tints of Feijoa #AFD580

Color information

#AFD580 (or 0xAFD580) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 80. RGB value is (175,213,128). Sum of RGB (Red+Green+Blue) = 175+213+128=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD580 is #502A7F. Grayscale: #C0C0C0. Windows color (decimal): -5253760 or 8443311. OLE color: 8443311.

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

Color convert

RGB175213128-
CMYK0.1800.400.16
HSL86.82º50.3%66.86%-
HSV(B)86.82º39.91%83.53%-
XYZ45.3758.2629.28-
YUV191.9591.91115.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=33.91%
G=41.28%
B=24.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131280.1800.400.1686.8250.366.86
HexAFD5801202810573243
Octal257325200220502012762103
Binary1010111111010101100000001001001010001000010101111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD580; }

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

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

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

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

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

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

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

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