Html Css Color HEX #71B136 Lima

📋 copy color: '#71B136'

red 113 ◦ green 177 ◦ blue 54

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

Shades of Lima #71B136

Tints of Lima #71B136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.45%

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 32.85%
G = 51.45%
B = 15.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#71B136 (or 0x71B136) is known color: Lima. HEX triplet: 71, B1 and 36. RGB value is (113,177,54). Sum of RGB (Red+Green+Blue) = 113+177+54=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #71B136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B136 is #8E4EC9. Grayscale: #909090. Windows color (decimal): -9326282 or 3584369. OLE color: 3584369.

HSL color Cylindrical-coordinate representation of color #71B136: hue angle of 91.22º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71B136 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 177 54 -
CMYK 0.36 0 0.69 0.31
HSL 91.22º 0.53% 0.45% -
HSV(B) 91.22º 0.69% 0.69% -
XYZ 23.2 35.22 9.07 -
YUV 143.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 113 177 54 0.36 0 0.69 0.31 91.22 0.53 0.45
Hex 71 B1 36 24 0 45 1F 5B 35 2D
Octal 161 261 66 44 0 105 37 133 65 55
Binary 1110001 10110001 110110 100100 0 1000101 11111 1011011 110101 101101

Color Harmonies of #71B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B136

Black with #71B136

Text Example


Text Example

White with #71B136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,177,54); }

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

background-color css

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

 a { background-color: rgb(113,177,54); }

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

border-color css

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

 span { border-color: rgb(113,177,54); }

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