#AFD083

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

Shades of Caper #AFD083

Tints of Caper #AFD083

Color information

#AFD083 (or 0xAFD083) is unknown color: approx Caper. HEX triplet: AF, D0 and 83. RGB value is (175,208,131). Sum of RGB (Red+Green+Blue) = 175+208+131=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD083 is #502F7C. Grayscale: #BDBDBD. Windows color (decimal): -5255037 or 8638639. OLE color: 8638639.

HSL color Cylindrical-coordinate representation of color #AFD083: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFD083 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB175208131-
CMYK0.1600.370.18
HSL85.71º45.03%66.47%-
HSV(B)85.71º37.02%81.57%-
XYZ44.3355.8629.92-
YUV189.3695.07117.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=34.05%
G=40.47%
B=25.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081310.1600.370.1885.7145.0366.47
HexAFD0831002512562d42
Octal257320203200452212655102
Binary1010111111010000100000111000001001011001010101101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD083; }

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

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

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

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

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

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

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

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