#AFC581

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

Shades of Caper #AFC581

Tints of Caper #AFC581

Color information

#AFC581 (or 0xAFC581) is unknown color: approx Caper. HEX triplet: AF, C5 and 81. RGB value is (175,197,129). Sum of RGB (Red+Green+Blue) = 175+197+129=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC581 is #503A7E. Grayscale: #B6B6B6. Windows color (decimal): -5257855 or 8504751. OLE color: 8504751.

HSL color Cylindrical-coordinate representation of color #AFC581: hue angle of 79.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC581 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB175197129-
CMYK0.1100.350.23
HSL79.41º36.96%63.92%-
HSV(B)79.41º34.52%77.25%-
XYZ41.6150.6328.35-
YUV182.6797.71122.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=34.93%
G=39.32%
B=25.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971290.1100.350.2379.4136.9663.92
HexAFC581B023174f2540
Octal257305201130432711745100
Binary101011111100010110000001101101000111011110011111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC581; }

 p { color: rgb(175,197,129); }

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

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

 a { background-color: rgb(175,197,129); }

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

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

 span { border-color: rgb(175,197,129); }

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