#AFDF84

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

Shades of Feijoa #AFDF84

Tints of Feijoa #AFDF84

Color information

#AFDF84 (or 0xAFDF84) is unknown color: approx Feijoa. HEX triplet: AF, DF and 84. RGB value is (175,223,132). Sum of RGB (Red+Green+Blue) = 175+223+132=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF84 is #50207B. Grayscale: #C6C6C6. Windows color (decimal): -5251196 or 8708015. OLE color: 8708015.

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

Color convert

RGB175223132-
CMYK0.2200.410.13
HSL91.65º58.71%69.61%-
HSV(B)91.65º40.81%87.45%-
XYZ48.2363.5631.56-
YUV198.2790.6111.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=33.02%
G=42.08%
B=24.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231320.2200.410.1391.6558.7169.61
HexAFDF8416029D5c3b46
Octal257337204260511513473106
Binary101011111101111110000100101100101001110110111001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF84; }

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

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

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

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

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

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

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

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