#AFD385

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

Shades of Feijoa #AFD385

Tints of Feijoa #AFD385

Color information

#AFD385 (or 0xAFD385) is unknown color: approx Feijoa. HEX triplet: AF, D3 and 85. RGB value is (175,211,133). Sum of RGB (Red+Green+Blue) = 175+211+133=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD385 is #502C7A. Grayscale: #BFBFBF. Windows color (decimal): -5254267 or 8770479. OLE color: 8770479.

HSL color Cylindrical-coordinate representation of color #AFD385: hue angle of 87.69º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFD385 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB175211133-
CMYK0.1700.370.17
HSL87.69º46.99%67.45%-
HSV(B)87.69º36.97%82.75%-
XYZ45.2157.430.89-
YUV191.3495.07116.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 211 (82.81% from 255) = 40.66%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=33.72%
G=40.66%
B=25.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111330.1700.370.1787.6946.9967.45
HexAFD3851102511582f43
Octal257323205210452113057103
Binary1010111111010011100001011000101001011000110110001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD385; }

 p { color: rgb(175,211,133); }

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

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

 a { background-color: rgb(175,211,133); }

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

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

 span { border-color: rgb(175,211,133); }

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