#AFF47D

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

Shades of Feijoa #AFF47D

Tints of Feijoa #AFF47D

Color information

#AFF47D (or 0xAFF47D) is unknown color: approx Feijoa. HEX triplet: AF, F4 and 7D. RGB value is (175,244,125). Sum of RGB (Red+Green+Blue) = 175+244+125=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF47D is #500B82. Grayscale: #D2D2D2. Windows color (decimal): -5245827 or 8254639. OLE color: 8254639.

HSL color Cylindrical-coordinate representation of color #AFF47D: hue angle of 94.79º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF47D is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB175244125-
CMYK0.2800.490.04
HSL94.79º84.4%72.35%-
HSV(B)94.79º48.77%95.69%-
XYZ53.7375.331.1-
YUV209.880.14103.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=32.17%
G=44.85%
B=22.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441250.2800.490.0494.7984.472.35
HexAFF47D1C03145f5448
Octal257364175340614137124110
Binary10101111111101001111101111000110001100101111110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF47D; }

 p { color: rgb(175,244,125); }

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

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

 a { background-color: rgb(175,244,125); }

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

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

 span { border-color: rgb(175,244,125); }

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