Html Css Color HEX #71B431 Lima

📋 copy color: '#71B431'

red 113 ◦ green 180 ◦ blue 49

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

Shades of Lima #71B431

Tints of Lima #71B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.63%

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

R = 33.04%
G = 52.63%
B = 14.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#71B431 (or 0x71B431) is known color: Lima. HEX triplet: 71, B4 and 31. RGB value is (113,180,49). Sum of RGB (Red+Green+Blue) = 113+180+49=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #71B431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B431 is #8E4BCE. Grayscale: #919191. Windows color (decimal): -9325519 or 3257457. OLE color: 3257457.

HSL color Cylindrical-coordinate representation of color #71B431: hue angle of 90.69º degrees, saturation: 0.57, 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 #71B431 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 49 -
CMYK 0.37 0 0.73 0.29
HSL 90.69º 0.57% 0.45% -
HSV(B) 90.69º 0.73% 0.71% -
XYZ 23.69 36.37 8.68 -
YUV 145.03 73.8 105.15 -
System Red Green Blue C M Y K H S L
Decimal 113 180 49 0.37 0 0.73 0.29 90.69 0.57 0.45
Hex 71 B4 31 25 0 49 1D 5B 39 2D
Octal 161 264 61 45 0 111 35 133 71 55
Binary 1110001 10110100 110001 100101 0 1001001 11101 1011011 111001 101101

Color Harmonies of #71B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B431

Black with #71B431

Text Example


Text Example

White with #71B431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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