#AFF787

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

Shades of Feijoa #AFF787

Tints of Feijoa #AFF787

Color information

#AFF787 (or 0xAFF787) is unknown color: approx Feijoa. HEX triplet: AF, F7 and 87. RGB value is (175,247,135). Sum of RGB (Red+Green+Blue) = 175+247+135=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 135 (53.12% from 255 or 24.24% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF787 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF787 is #500878. Grayscale: #D5D5D5. Windows color (decimal): -5245049 or 8910767. OLE color: 8910767.

HSL color Cylindrical-coordinate representation of color #AFF787: hue angle of 98.57º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF787 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB175247135-
CMYK0.2900.450.03
HSL98.57º87.5%74.9%-
HSV(B)98.57º45.34%96.86%-
XYZ55.3177.3834.94-
YUV212.784.15101.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 135 (53.12% from 255) = 24.24%
R=31.42%
G=44.34%
B=24.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471350.2900.450.0398.5787.574.9
HexAFF7871D02D363584b
Octal257367207350553143130113
Binary10101111111101111000011111101010110111110001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF787; }

 p { color: rgb(175,247,135); }

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

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

 a { background-color: rgb(175,247,135); }

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

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

 span { border-color: rgb(175,247,135); }

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