#ADCD71

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

Shades of Caper #ADCD71

Tints of Caper #ADCD71

Color information

#ADCD71 (or 0xADCD71) is unknown color: approx Caper. HEX triplet: AD, CD and 71. RGB value is (173,205,113). Sum of RGB (Red+Green+Blue) = 173+205+113=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD71 is #52328E. Grayscale: #B9B9B9. Windows color (decimal): -5386895 or 7458221. OLE color: 7458221.

HSL color Cylindrical-coordinate representation of color #ADCD71: hue angle of 80.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADCD71 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB173205113-
CMYK0.1600.450.20
HSL80.87º47.92%62.35%-
HSV(B)80.87º44.88%80.39%-
XYZ42.0553.7423.78-
YUV184.9487.4119.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=35.23%
G=41.75%
B=23.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051130.1600.450.2080.8747.9262.35
HexADCD711002D1451303e
Octal25531516120055241216076
Binary10101101110011011110001100000101101101001010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD71; }

 p { color: rgb(173,205,113); }

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

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

 a { background-color: rgb(173,205,113); }

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

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

 span { border-color: rgb(173,205,113); }

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