#AFD481

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

Shades of Feijoa #AFD481

Tints of Feijoa #AFD481

Color information

#AFD481 (or 0xAFD481) is unknown color: approx Feijoa. HEX triplet: AF, D4 and 81. RGB value is (175,212,129). Sum of RGB (Red+Green+Blue) = 175+212+129=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD481 is #502B7E. Grayscale: #BFBFBF. Windows color (decimal): -5254015 or 8508591. OLE color: 8508591.

HSL color Cylindrical-coordinate representation of color #AFD481: hue angle of 86.75º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFD481 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB175212129-
CMYK0.1700.390.17
HSL86.75º49.11%66.86%-
HSV(B)86.75º39.15%83.14%-
XYZ45.1957.7929.54-
YUV191.4792.74116.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 129 (50.78% from 255) = 25%
R=33.91%
G=41.09%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121290.1700.390.1786.7549.1166.86
HexAFD4811102711573143
Octal257324201210472112761103
Binary1010111111010100100000011000101001111000110101111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD481; }

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

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

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

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

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

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

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

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