Html Css Color HEX #71AD31 Lima

📋 copy color: '#71AD31'

red 113 ◦ green 173 ◦ blue 49

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

Shades of Lima #71AD31

Tints of Lima #71AD31

RGB

 RED value IS 113 (44.53% from 255) = 33.73%

 GREEN value IS 173 (67.97% from 255) = 51.64%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 33.73%
G = 51.64%
B = 14.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#71AD31 (or 0x71AD31) is known color: Lima. HEX triplet: 71, AD and 31. RGB value is (113,173,49). Sum of RGB (Red+Green+Blue) = 113+173+49=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD31 is #8E52CE. Grayscale: #8D8D8D. Windows color (decimal): -9327311 or 3255665. OLE color: 3255665.

HSL color Cylindrical-coordinate representation of color #71AD31: hue angle of 89.03º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71AD31 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 173 49 -
CMYK 0.35 0 0.72 0.32
HSL 89.03º 0.56% 0.44% -
HSV(B) 89.03º 0.72% 0.68% -
XYZ 22.31 33.62 8.22 -
YUV 140.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 113 173 49 0.35 0 0.72 0.32 89.03 0.56 0.44
Hex 71 AD 31 23 0 48 20 59 38 2C
Octal 161 255 61 43 0 110 40 131 70 54
Binary 1110001 10101101 110001 100011 0 1001000 100000 1011001 111000 101100

Color Harmonies of #71AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD31

Black with #71AD31

Text Example


Text Example

White with #71AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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