#AFC57C

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

Shades of Caper #AFC57C

Tints of Caper #AFC57C

Color information

#AFC57C (or 0xAFC57C) is unknown color: approx Caper. HEX triplet: AF, C5 and 7C. RGB value is (175,197,124). Sum of RGB (Red+Green+Blue) = 175+197+124=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC57C is #503A83. Grayscale: #B6B6B6. Windows color (decimal): -5257860 or 8177071. OLE color: 8177071.

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

Color convert

RGB175197124-
CMYK0.1100.370.23
HSL78.08º38.62%62.94%-
HSV(B)78.08º37.06%77.25%-
XYZ41.2850.526.64-
YUV182.195.21122.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 124 (48.83% from 255) = 25%
R=35.28%
G=39.72%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971240.1100.370.2378.0838.6262.94
HexAFC57CB025174e273f
Octal25730517413045271164777
Binary1010111111000101111110010110100101101111001110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC57C; }

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

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

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

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

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

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

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

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