#AFFD85

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

Shades of Feijoa #AFFD85

Tints of Feijoa #AFFD85

Color information

#AFFD85 (or 0xAFFD85) is unknown color: approx Feijoa. HEX triplet: AF, FD and 85. RGB value is (175,253,133). Sum of RGB (Red+Green+Blue) = 175+253+133=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD85 is #50027A. Grayscale: #D8D8D8. Windows color (decimal): -5243515 or 8781231. OLE color: 8781231.

HSL color Cylindrical-coordinate representation of color #AFFD85: hue angle of 99º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFFD85 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB175253133-
CMYK0.3100.470.01
HSL99º96.77%75.69%-
HSV(B)99º47.43%99.22%-
XYZ57.0481.0634.83-
YUV21681.1698.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 253 (99.22% from 255) = 45.10%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=31.19%
G=45.10%
B=23.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531330.3100.470.019996.7775.69
HexAFFD851F02F163614c
Octal257375205370571143141114
Binary1010111111111101100001011111101011111110001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD85; }

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

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

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

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

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

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

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

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