#AFED81

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

Shades of Feijoa #AFED81

Tints of Feijoa #AFED81

Color information

#AFED81 (or 0xAFED81) is unknown color: approx Feijoa. HEX triplet: AF, ED and 81. RGB value is (175,237,129). Sum of RGB (Red+Green+Blue) = 175+237+129=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED81 is #50127E. Grayscale: #CECECE. Windows color (decimal): -5247615 or 8514991. OLE color: 8514991.

HSL color Cylindrical-coordinate representation of color #AFED81: hue angle of 94.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFED81 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB175237129-
CMYK0.2600.460.07
HSL94.44º75%71.76%-
HSV(B)94.44º45.57%92.94%-
XYZ51.9371.2731.79-
YUV206.1584.46105.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=32.35%
G=43.81%
B=23.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371290.2600.460.0794.447571.76
HexAFED811A02E75e4b48
Octal257355201320567136113110
Binary101011111110110110000001110100101110111101111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED81; }

 p { color: rgb(175,237,129); }

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

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

 a { background-color: rgb(175,237,129); }

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

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

 span { border-color: rgb(175,237,129); }

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