#AFE575

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

Shades of Feijoa #AFE575

Tints of Feijoa #AFE575

Color information

#AFE575 (or 0xAFE575) is unknown color: approx Feijoa. HEX triplet: AF, E5 and 75. RGB value is (175,229,117). Sum of RGB (Red+Green+Blue) = 175+229+117=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE575 is #501A8A. Grayscale: #C8C8C8. Windows color (decimal): -5249675 or 7726511. OLE color: 7726511.

HSL color Cylindrical-coordinate representation of color #AFE575: hue angle of 88.93º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFE575 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB175229117-
CMYK0.2400.490.10
HSL88.93º68.29%67.84%-
HSV(B)88.93º48.91%89.8%-
XYZ48.9166.4427.08-
YUV200.0981.11110.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 229 (89.84% from 255) = 43.95%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=33.59%
G=43.95%
B=22.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291170.2400.490.1088.9368.2967.84
HexAFE57518031A594444
Octal2573451653006112131104104
Binary101011111110010111101011100001100011010101100110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE575; }

 p { color: rgb(175,229,117); }

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

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

 a { background-color: rgb(175,229,117); }

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

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

 span { border-color: rgb(175,229,117); }

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