#AFDB81

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

Shades of Feijoa #AFDB81

Tints of Feijoa #AFDB81

Color information

#AFDB81 (or 0xAFDB81) is unknown color: approx Feijoa. HEX triplet: AF, DB and 81. RGB value is (175,219,129). Sum of RGB (Red+Green+Blue) = 175+219+129=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB81 is #50247E. Grayscale: #C3C3C3. Windows color (decimal): -5252223 or 8510383. OLE color: 8510383.

HSL color Cylindrical-coordinate representation of color #AFDB81: hue angle of 89.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFDB81 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB175219129-
CMYK0.2000.410.14
HSL89.33º55.56%68.24%-
HSV(B)89.33º41.1%85.88%-
XYZ46.9761.3630.14-
YUV195.5890.42113.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 129 (50.78% from 255) = 24.67%
R=33.46%
G=41.87%
B=24.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191290.2000.410.1489.3355.5668.24
HexAFDB8114029E593844
Octal257333201240511613170104
Binary101011111101101110000001101000101001111010110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB81; }

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

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

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

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

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

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

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

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