#AFD577

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

Shades of Feijoa #AFD577

Tints of Feijoa #AFD577

Color information

#AFD577 (or 0xAFD577) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 77. RGB value is (175,213,119). Sum of RGB (Red+Green+Blue) = 175+213+119=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD577 is #502A88. Grayscale: #BFBFBF. Windows color (decimal): -5253769 or 7853487. OLE color: 7853487.

HSL color Cylindrical-coordinate representation of color #AFD577: hue angle of 84.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFD577 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB175213119-
CMYK0.1800.440.16
HSL84.26º52.81%65.1%-
HSV(B)84.26º44.13%83.53%-
XYZ44.858.0326.29-
YUV190.9287.41116.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=34.52%
G=42.01%
B=23.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131190.1800.440.1684.2652.8165.1
HexAFD5771202C10543541
Octal257325167220542012465101
Binary101011111101010111101111001001011001000010101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD577; }

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

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

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

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

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

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

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

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