#AFDD83

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

Shades of Feijoa #AFDD83

Tints of Feijoa #AFDD83

Color information

#AFDD83 (or 0xAFDD83) is unknown color: approx Feijoa. HEX triplet: AF, DD and 83. RGB value is (175,221,131). Sum of RGB (Red+Green+Blue) = 175+221+131=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD83 is #50227C. Grayscale: #C5C5C5. Windows color (decimal): -5251709 or 8641967. OLE color: 8641967.

HSL color Cylindrical-coordinate representation of color #AFDD83: hue angle of 90.67º degrees, saturation: 0.57, 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 #AFDD83 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB175221131-
CMYK0.2100.410.13
HSL90.67º56.96%69.02%-
HSV(B)90.67º40.72%86.67%-
XYZ47.6362.4731.02-
YUV196.9990.76112.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 131 (51.56% from 255) = 24.86%
R=33.21%
G=41.94%
B=24.86%

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
Decimal1752211310.2100.410.1390.6756.9669.02
HexAFDD8315029D5b3945
Octal257335203250511513371105
Binary101011111101110110000011101010101001110110110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD83; }

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

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

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

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

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

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

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

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