#AFCD85

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

Shades of Caper #AFCD85

Tints of Caper #AFCD85

Color information

#AFCD85 (or 0xAFCD85) is unknown color: approx Caper. HEX triplet: AF, CD and 85. RGB value is (175,205,133). Sum of RGB (Red+Green+Blue) = 175+205+133=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD85 is #50327A. Grayscale: #BCBCBC. Windows color (decimal): -5255803 or 8768943. OLE color: 8768943.

HSL color Cylindrical-coordinate representation of color #AFCD85: hue angle of 85º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFCD85 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB175205133-
CMYK0.1500.350.20
HSL85º41.86%66.27%-
HSV(B)85º35.12%80.39%-
XYZ43.7454.4730.4-
YUV187.8297.06118.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=34.11%
G=39.96%
B=25.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051330.1500.350.208541.8666.27
HexAFCD85F02314552a42
Octal257315205170432412552102
Binary101011111100110110000101111101000111010010101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD85; }

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

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

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

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

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

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

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

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