#AFD271

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

Shades of Caper #AFD271

Tints of Caper #AFD271

Color information

#AFD271 (or 0xAFD271) is unknown color: approx Caper. HEX triplet: AF, D2 and 71. RGB value is (175,210,113). Sum of RGB (Red+Green+Blue) = 175+210+113=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD271 is #502D8E. Grayscale: #BCBCBC. Windows color (decimal): -5254543 or 7459503. OLE color: 7459503.

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

Color convert

RGB175210113-
CMYK0.1700.460.18
HSL81.65º51.87%63.33%-
HSV(B)81.65º46.19%82.35%-
XYZ43.7156.424.21-
YUV188.4885.4118.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 210 (82.42% from 255) = 42.17%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=35.14%
G=42.17%
B=22.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101130.1700.460.1881.6551.8763.33
HexAFD2711102E1252343f
Octal25732216121056221226477
Binary10101111110100101110001100010101110100101010010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD271; }

 p { color: rgb(175,210,113); }

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

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

 a { background-color: rgb(175,210,113); }

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

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

 span { border-color: rgb(175,210,113); }

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