#AFDE7D

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

Shades of Feijoa #AFDE7D

Tints of Feijoa #AFDE7D

Color information

#AFDE7D (or 0xAFDE7D) is unknown color: approx Feijoa. HEX triplet: AF, DE and 7D. RGB value is (175,222,125). Sum of RGB (Red+Green+Blue) = 175+222+125=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE7D is #502182. Grayscale: #C5C5C5. Windows color (decimal): -5251459 or 8249007. OLE color: 8249007.

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

Color convert

RGB175222125-
CMYK0.2100.440.13
HSL89.07º59.51%68.04%-
HSV(B)89.07º43.69%87.06%-
XYZ47.562.8429.03-
YUV196.8987.43112.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 222 (87.11% from 255) = 42.53%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=33.52%
G=42.53%
B=23.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221250.2100.440.1389.0759.5168.04
HexAFDE7D1502CD593c44
Octal257336175250541513174104
Binary10101111110111101111101101010101100110110110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE7D; }

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

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

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

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

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

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

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

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