Html Css Color HEX #ADD071 Caper

📋 copy color: '#ADD071'

red 173 ◦ green 208 ◦ blue 113

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

Shades of Caper #ADD071

Tints of Caper #ADD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 113 (44.53% from 255) = 22.87%

R = 35.02%
G = 42.11%
B = 22.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#ADD071 (or 0xADD071) is known color: Caper. HEX triplet: AD, D0 and 71. RGB value is (173,208,113). Sum of RGB (Red+Green+Blue) = 173+208+113=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD071 is #522F8E. Grayscale: #BBBBBB. Windows color (decimal): -5386127 or 7458989. OLE color: 7458989.

HSL color Cylindrical-coordinate representation of color #ADD071: hue angle of 82.11º degrees, saturation: 0.5, 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 #ADD071 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 113 -
CMYK 0.17 0 0.46 0.18
HSL 82.11º 0.5% 0.63% -
HSV(B) 82.11º 0.46% 0.82% -
XYZ 42.77 55.19 24.02 -
YUV 186.71 86.4 118.22 -
System Red Green Blue C M Y K H S L
Decimal 173 208 113 0.17 0 0.46 0.18 82.11 0.5 0.63
Hex AD D0 71 11 0 2E 12 52 32 3F
Octal 255 320 161 21 0 56 22 122 62 77
Binary 10101101 11010000 1110001 10001 0 101110 10010 1010010 110010 111111

Color Harmonies of #ADD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD071

Black with #ADD071

Text Example


Text Example

White with #ADD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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