Html Css Color HEX #71B532 Lima

📋 copy color: '#71B532'

red 113 ◦ green 181 ◦ blue 50

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

Shades of Lima #71B532

Tints of Lima #71B532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.62%

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

R = 32.85%
G = 52.62%
B = 14.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#71B532 (or 0x71B532) is known color: Lima. HEX triplet: 71, B5 and 32. RGB value is (113,181,50). Sum of RGB (Red+Green+Blue) = 113+181+50=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #71B532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B532 is #8E4ACD. Grayscale: #929292. Windows color (decimal): -9325262 or 3323249. OLE color: 3323249.

HSL color Cylindrical-coordinate representation of color #71B532: hue angle of 91.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71B532 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 181 50 -
CMYK 0.38 0 0.72 0.29
HSL 91.15º 0.57% 0.45% -
HSV(B) 91.15º 0.72% 0.71% -
XYZ 23.91 36.79 8.86 -
YUV 145.73 73.97 104.65 -
System Red Green Blue C M Y K H S L
Decimal 113 181 50 0.38 0 0.72 0.29 91.15 0.57 0.45
Hex 71 B5 32 26 0 48 1D 5B 39 2D
Octal 161 265 62 46 0 110 35 133 71 55
Binary 1110001 10110101 110010 100110 0 1001000 11101 1011011 111001 101101

Color Harmonies of #71B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B532

Black with #71B532

Text Example


Text Example

White with #71B532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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