Html Css Color HEX #71AB32 Lima

📋 copy color: '#71AB32'

red 113 ◦ green 171 ◦ blue 50

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

Shades of Lima #71AB32

Tints of Lima #71AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.2%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 33.83%
G = 51.2%
B = 14.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#71AB32 (or 0x71AB32) is known color: Lima. HEX triplet: 71, AB and 32. RGB value is (113,171,50). Sum of RGB (Red+Green+Blue) = 113+171+50=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB32 is #8E54CD. Grayscale: #8C8C8C. Windows color (decimal): -9327822 or 3320689. OLE color: 3320689.

HSL color Cylindrical-coordinate representation of color #71AB32: hue angle of 88.76º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71AB32 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 50 -
CMYK 0.34 0 0.71 0.33
HSL 88.76º 0.55% 0.43% -
HSV(B) 88.76º 0.71% 0.67% -
XYZ 21.95 32.87 8.2 -
YUV 139.86 77.28 108.84 -
System Red Green Blue C M Y K H S L
Decimal 113 171 50 0.34 0 0.71 0.33 88.76 0.55 0.43
Hex 71 AB 32 22 0 47 21 59 37 2B
Octal 161 253 62 42 0 107 41 131 67 53
Binary 1110001 10101011 110010 100010 0 1000111 100001 1011001 110111 101011

Color Harmonies of #71AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB32

Black with #71AB32

Text Example


Text Example

White with #71AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,171,50); }

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

background-color css

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

 a { background-color: rgb(113,171,50); }

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

border-color css

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

 span { border-color: rgb(113,171,50); }

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