Html Css Color HEX #71B732 Lima

📋 copy color: '#71B732'

red 113 ◦ green 183 ◦ blue 50

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

Shades of Lima #71B732

Tints of Lima #71B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.89%

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

R = 32.66%
G = 52.89%
B = 14.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#71B732 (or 0x71B732) is known color: Lima. HEX triplet: 71, B7 and 32. RGB value is (113,183,50). Sum of RGB (Red+Green+Blue) = 113+183+50=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #71B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B732 is #8E48CD. Grayscale: #939393. Windows color (decimal): -9324750 or 3323761. OLE color: 3323761.

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

Color convert

RGB 113 183 50 -
CMYK 0.38 0 0.73 0.28
HSL 91.58º 0.57% 0.46% -
HSV(B) 91.58º 0.73% 0.72% -
XYZ 24.32 37.61 8.99 -
YUV 146.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 113 183 50 0.38 0 0.73 0.28 91.58 0.57 0.46
Hex 71 B7 32 26 0 49 1C 5C 39 2E
Octal 161 267 62 46 0 111 34 134 71 56
Binary 1110001 10110111 110010 100110 0 1001001 11100 1011100 111001 101110

Color Harmonies of #71B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B732

Black with #71B732

Text Example


Text Example

White with #71B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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