#AFC783

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

Shades of Caper #AFC783

Tints of Caper #AFC783

Color information

#AFC783 (or 0xAFC783) is unknown color: approx Caper. HEX triplet: AF, C7 and 83. RGB value is (175,199,131). Sum of RGB (Red+Green+Blue) = 175+199+131=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC783 is #50387C. Grayscale: #B8B8B8. Windows color (decimal): -5257341 or 8636335. OLE color: 8636335.

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

Color convert

RGB175199131-
CMYK0.1200.340.22
HSL81.18º37.78%64.71%-
HSV(B)81.18º34.17%78.04%-
XYZ42.251.629.21-
YUV184.0798.05121.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=34.65%
G=39.41%
B=25.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751991310.1200.340.2281.1837.7864.71
HexAFC783C02216512641
Octal257307203140422612146101
Binary101011111100011110000011110001000101011010100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC783; }

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

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

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

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

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

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

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

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