Html Css Color HEX #ADCD80 Caper

📋 copy color: '#ADCD80'

red 173 ◦ green 205 ◦ blue 128

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

Shades of Caper #ADCD80

Tints of Caper #ADCD80

RGB

 RED value IS 173 (67.97% from 255) = 34.19%

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 34.19%
G = 40.51%
B = 25.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#ADCD80 (or 0xADCD80) is known color: Caper. HEX triplet: AD, CD and 80. RGB value is (173,205,128). Sum of RGB (Red+Green+Blue) = 173+205+128=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD80 is #52327F. Grayscale: #BABABA. Windows color (decimal): -5386880 or 8441261. OLE color: 8441261.

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

Color convert

RGB 173 205 128 -
CMYK 0.16 0 0.38 0.20
HSL 84.94º 0.44% 0.65% -
HSV(B) 84.94º 0.38% 0.8% -
XYZ 42.96 54.11 28.6 -
YUV 186.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 173 205 128 0.16 0 0.38 0.20 84.94 0.44 0.65
Hex AD CD 80 10 0 26 14 55 2C 41
Octal 255 315 200 20 0 46 24 125 54 101
Binary 10101101 11001101 10000000 10000 0 100110 10100 1010101 101100 1000001

Color Harmonies of #ADCD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD80

Black with #ADCD80

Text Example


Text Example

White with #ADCD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD80; }

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

 H1.HeaderClassName
 {
   color: #ADCD80;
 }
 .AnyTagClassName
 {
   color: #ADCD80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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