#AFC77D

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

Shades of Caper #AFC77D

Tints of Caper #AFC77D

Color information

#AFC77D (or 0xAFC77D) is unknown color: approx Caper. HEX triplet: AF, C7 and 7D. RGB value is (175,199,125). Sum of RGB (Red+Green+Blue) = 175+199+125=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC77D is #503882. Grayscale: #B7B7B7. Windows color (decimal): -5257347 or 8243119. OLE color: 8243119.

HSL color Cylindrical-coordinate representation of color #AFC77D: hue angle of 79.46º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFC77D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB175199125-
CMYK0.1200.370.22
HSL79.46º39.78%63.53%-
HSV(B)79.46º37.19%78.04%-
XYZ41.851.4427.13-
YUV183.3995.05122.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 199 (78.12% from 255) = 39.88%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=35.07%
G=39.88%
B=25.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751991250.1200.370.2279.4639.7863.53
HexAFC77DC025164f2840
Octal257307175140452611750100
Binary10101111110001111111101110001001011011010011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC77D; }

 p { color: rgb(175,199,125); }

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

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

 a { background-color: rgb(175,199,125); }

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

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

 span { border-color: rgb(175,199,125); }

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