#AFED77

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

Shades of Feijoa #AFED77

Tints of Feijoa #AFED77

Color information

#AFED77 (or 0xAFED77) is unknown color: approx Feijoa. HEX triplet: AF, ED and 77. RGB value is (175,237,119). Sum of RGB (Red+Green+Blue) = 175+237+119=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED77 is #501288. Grayscale: #CDCDCD. Windows color (decimal): -5247625 or 7859631. OLE color: 7859631.

HSL color Cylindrical-coordinate representation of color #AFED77: hue angle of 91.53º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFED77 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB175237119-
CMYK0.2600.500.07
HSL91.53º76.62%69.8%-
HSV(B)91.53º49.79%92.94%-
XYZ51.2971.0128.46-
YUV205.0179.46106.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 237 (92.97% from 255) = 44.63%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=32.96%
G=44.63%
B=22.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371190.2600.500.0791.5376.6269.8
HexAFED771A03275c4d46
Octal257355167320627134115106
Binary10101111111011011110111110100110010111101110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED77; }

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

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

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

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

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

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

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

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