#AFDE83

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

Shades of Feijoa #AFDE83

Tints of Feijoa #AFDE83

Color information

#AFDE83 (or 0xAFDE83) is unknown color: approx Feijoa. HEX triplet: AF, DE and 83. RGB value is (175,222,131). Sum of RGB (Red+Green+Blue) = 175+222+131=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE83 is #50217C. Grayscale: #C5C5C5. Windows color (decimal): -5251453 or 8642223. OLE color: 8642223.

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

Color convert

RGB175222131-
CMYK0.2100.410.13
HSL90.99º57.96%69.22%-
HSV(B)90.99º40.99%87.06%-
XYZ47.96331.11-
YUV197.5790.43111.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=33.14%
G=42.05%
B=24.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221310.2100.410.1390.9957.9669.22
HexAFDE8315029D5b3a45
Octal257336203250511513372105
Binary101011111101111010000011101010101001110110110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE83; }

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

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

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

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

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

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

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

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