Html Css Color HEX #ADC77D Caper

📋 copy color: '#ADC77D'

red 173 ◦ green 199 ◦ blue 125

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

Shades of Caper #ADC77D

Tints of Caper #ADC77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.04%

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 34.81%
G = 40.04%
B = 25.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#ADC77D (or 0xADC77D) is known color: Caper. HEX triplet: AD, C7 and 7D. RGB value is (173,199,125). Sum of RGB (Red+Green+Blue) = 173+199+125=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC77D is #523882. Grayscale: #B7B7B7. Windows color (decimal): -5388419 or 8243117. OLE color: 8243117.

HSL color Cylindrical-coordinate representation of color #ADC77D: hue angle of 81.08º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC77D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 125 -
CMYK 0.13 0 0.37 0.22
HSL 81.08º 0.4% 0.64% -
HSV(B) 81.08º 0.37% 0.78% -
XYZ 41.36 51.21 27.11 -
YUV 182.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 173 199 125 0.13 0 0.37 0.22 81.08 0.4 0.64
Hex AD C7 7D D 0 25 16 51 28 40
Octal 255 307 175 15 0 45 26 121 50 100
Binary 10101101 11000111 1111101 1101 0 100101 10110 1010001 101000 1000000

Color Harmonies of #ADC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC77D

Black with #ADC77D

Text Example


Text Example

White with #ADC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC77D; }

 p { color: rgb(173,199,125); }

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

background-color css

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

 a { background-color: rgb(173,199,125); }

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

border-color css

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

 span { border-color: rgb(173,199,125); }

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