Html Css Color HEX #ADCD71 Caper

📋 copy color: '#ADCD71'

red 173 ◦ green 205 ◦ blue 113

#ADCD71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #ADCD71

Tints of Caper #ADCD71

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 value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#ADCD71 (or 0xADCD71) is known color: 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

RGB 173 205 113 -
CMYK 0.16 0 0.45 0.20
HSL 80.87º 0.48% 0.62% -
HSV(B) 80.87º 0.45% 0.8% -
XYZ 42.05 53.74 23.78 -
YUV 184.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 173 205 113 0.16 0 0.45 0.20 80.87 0.48 0.62
Hex AD CD 71 10 0 2D 14 51 30 3E
Octal 255 315 161 20 0 55 24 121 60 76
Binary 10101101 11001101 1110001 10000 0 101101 10100 1010001 110000 111110

Color Harmonies of #ADCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD71

Black with #ADCD71

Text Example


Text Example

White with #ADCD71

Text Example


Text Example

HTML Codes & Css Web 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>