#AFD883

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

Shades of Feijoa #AFD883

Tints of Feijoa #AFD883

Color information

#AFD883 (or 0xAFD883) is unknown color: approx Feijoa. HEX triplet: AF, D8 and 83. RGB value is (175,216,131). Sum of RGB (Red+Green+Blue) = 175+216+131=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD883 is #50277C. Grayscale: #C2C2C2. Windows color (decimal): -5252989 or 8640687. OLE color: 8640687.

HSL color Cylindrical-coordinate representation of color #AFD883: hue angle of 88.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFD883 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB175216131-
CMYK0.1900.390.15
HSL88.94º52.15%68.04%-
HSV(B)88.94º39.35%84.71%-
XYZ46.3359.8630.59-
YUV194.0592.42114.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=33.52%
G=41.38%
B=25.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161310.1900.390.1588.9452.1568.04
HexAFD88313027F593444
Octal257330203230471713164104
Binary101011111101100010000011100110100111111110110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD883; }

 p { color: rgb(175,216,131); }

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

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

 a { background-color: rgb(175,216,131); }

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

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

 span { border-color: rgb(175,216,131); }

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