#AFD57F

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

Shades of Feijoa #AFD57F

Tints of Feijoa #AFD57F

Color information

#AFD57F (or 0xAFD57F) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 7F. RGB value is (175,213,127). Sum of RGB (Red+Green+Blue) = 175+213+127=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD57F is #502A80. Grayscale: #C0C0C0. Windows color (decimal): -5253761 or 8377775. OLE color: 8377775.

HSL color Cylindrical-coordinate representation of color #AFD57F: hue angle of 86.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD57F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB175213127-
CMYK0.1800.400.16
HSL86.51º50.59%66.67%-
HSV(B)86.51º40.38%83.53%-
XYZ45.358.2328.93-
YUV191.8391.41115.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 127 (50% from 255) = 24.66%
R=33.98%
G=41.36%
B=24.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131270.1800.400.1686.5150.5966.67
HexAFD57F1202810573343
Octal257325177220502012763103
Binary101011111101010111111111001001010001000010101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD57F; }

 p { color: rgb(175,213,127); }

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

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

 a { background-color: rgb(175,213,127); }

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

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

 span { border-color: rgb(175,213,127); }

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