Html Css Color HEX #71B631 Lima

📋 copy color: '#71B631'

red 113 ◦ green 182 ◦ blue 49

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

Shades of Lima #71B631

Tints of Lima #71B631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.91%

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

R = 32.85%
G = 52.91%
B = 14.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#71B631 (or 0x71B631) is known color: Lima. HEX triplet: 71, B6 and 31. RGB value is (113,182,49). Sum of RGB (Red+Green+Blue) = 113+182+49=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #71B631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B631 is #8E49CE. Grayscale: #929292. Windows color (decimal): -9325007 or 3257969. OLE color: 3257969.

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

Color convert

RGB 113 182 49 -
CMYK 0.38 0 0.73 0.29
HSL 91.13º 0.58% 0.45% -
HSV(B) 91.13º 0.73% 0.71% -
XYZ 24.09 37.19 8.81 -
YUV 146.21 73.14 104.31 -
System Red Green Blue C M Y K H S L
Decimal 113 182 49 0.38 0 0.73 0.29 91.13 0.58 0.45
Hex 71 B6 31 26 0 49 1D 5B 3A 2D
Octal 161 266 61 46 0 111 35 133 72 55
Binary 1110001 10110110 110001 100110 0 1001001 11101 1011011 111010 101101

Color Harmonies of #71B631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B631

Black with #71B631

Text Example


Text Example

White with #71B631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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