#AFCD83

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

Shades of Caper #AFCD83

Tints of Caper #AFCD83

Color information

#AFCD83 (or 0xAFCD83) is unknown color: approx Caper. HEX triplet: AF, CD and 83. RGB value is (175,205,131). Sum of RGB (Red+Green+Blue) = 175+205+131=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD83 is #50327C. Grayscale: #BBBBBB. Windows color (decimal): -5255805 or 8637871. OLE color: 8637871.

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

Color convert

RGB175205131-
CMYK0.1500.360.20
HSL84.32º42.53%65.88%-
HSV(B)84.32º36.1%80.39%-
XYZ43.6154.4229.68-
YUV187.5996.06119.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 131 (51.56% from 255) = 25.64%
R=34.25%
G=40.12%
B=25.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051310.1500.360.2084.3242.5365.88
HexAFCD83F02414542b42
Octal257315203170442412453102
Binary101011111100110110000011111101001001010010101001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD83; }

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

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

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

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

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

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

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

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