#afdf76

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

Shades of Feijoa #AFDF76

Tints of Feijoa #AFDF76

Color information

#AFDF76 (or 0xAFDF76) is unknown color: approx Feijoa. HEX triplet: AF, DF and 76. RGB value is (175,223,118). Sum of RGB (Red+Green+Blue) = 175+223+118=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF76 is #502089. Grayscale: #C5C5C5. Windows color (decimal): -5251210 or 7790511. OLE color: 7790511.

HSL color Cylindrical-coordinate representation of color #AFDF76: hue angle of 87.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFDF76 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB175223118-
CMYK0.2200.470.13
HSL87.43º62.13%66.86%-
HSV(B)87.43º47.09%87.45%-
XYZ47.3463.226.84-
YUV196.6883.6112.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 223 (87.5% from 255) = 43.22%
BLUE value IS 118 (46.48% from 255) = 22.87%
R=33.91%
G=43.22%
B=22.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231180.2200.470.1387.4362.1366.86
HexAFDF761602FD573e43
Octal257337166260571512776103
Binary10101111110111111110110101100101111110110101111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afdf76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afdf76; }

 p { color: rgb(175,223,118); }

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

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

 a { background-color: rgb(175,223,118); }

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

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

 span { border-color: rgb(175,223,118); }

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