#AFDA79

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

Shades of Feijoa #AFDA79

Tints of Feijoa #AFDA79

Color information

#AFDA79 (or 0xAFDA79) is unknown color: approx Feijoa. HEX triplet: AF, DA and 79. RGB value is (175,218,121). Sum of RGB (Red+Green+Blue) = 175+218+121=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA79 is #502586. Grayscale: #C2C2C2. Windows color (decimal): -5252487 or 7985839. OLE color: 7985839.

HSL color Cylindrical-coordinate representation of color #AFDA79: hue angle of 86.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFDA79 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB175218121-
CMYK0.2000.440.15
HSL86.6º56.73%66.47%-
HSV(B)86.6º44.5%85.49%-
XYZ46.260.6427.36-
YUV194.0886.75114.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 42.41%
BLUE value IS 121 (47.66% from 255) = 23.54%
R=34.05%
G=42.41%
B=23.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181210.2000.440.1586.656.7366.47
HexAFDA791402CF573942
Octal257332171240541712771102
Binary10101111110110101111001101000101100111110101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA79; }

 p { color: rgb(175,218,121); }

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

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

 a { background-color: rgb(175,218,121); }

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

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

 span { border-color: rgb(175,218,121); }

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