#AFD081

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

Shades of Caper #AFD081

Tints of Caper #AFD081

Color information

#AFD081 (or 0xAFD081) is unknown color: approx Caper. HEX triplet: AF, D0 and 81. RGB value is (175,208,129). Sum of RGB (Red+Green+Blue) = 175+208+129=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD081 is #502F7E. Grayscale: #BDBDBD. Windows color (decimal): -5255039 or 8507567. OLE color: 8507567.

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

Color convert

RGB175208129-
CMYK0.1600.380.18
HSL85.06º45.66%66.08%-
HSV(B)85.06º37.98%81.57%-
XYZ44.255.8129.21-
YUV189.1394.07117.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=34.18%
G=40.62%
B=25.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081290.1600.380.1885.0645.6666.08
HexAFD0811002612552e42
Octal257320201200462212556102
Binary1010111111010000100000011000001001101001010101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD081; }

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

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

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

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

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

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

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

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