#AFD781

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

Shades of Feijoa #AFD781

Tints of Feijoa #AFD781

Color information

#AFD781 (or 0xAFD781) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 81. RGB value is (175,215,129). Sum of RGB (Red+Green+Blue) = 175+215+129=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD781 is #50287E. Grayscale: #C1C1C1. Windows color (decimal): -5253247 or 8509359. OLE color: 8509359.

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

Color convert

RGB175215129-
CMYK0.1900.40.16
HSL87.91º51.81%67.45%-
HSV(B)87.91º40%84.31%-
XYZ45.9459.329.79-
YUV193.2491.75114.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=33.72%
G=41.43%
B=24.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151290.1900.40.1687.9151.8167.45
HexAFD7811302810583443
Octal257327201230502013064103
Binary1010111111010111100000011001101010001000010110001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD781; }

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

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

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

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

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

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

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

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