Html Css Color HEX #71B932 Lima

📋 copy color: '#71B932'

red 113 ◦ green 185 ◦ blue 50

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

Shades of Lima #71B932

Tints of Lima #71B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.16%

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

R = 32.47%
G = 53.16%
B = 14.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#71B932 (or 0x71B932) is known color: Lima. HEX triplet: 71, B9 and 32. RGB value is (113,185,50). Sum of RGB (Red+Green+Blue) = 113+185+50=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #71B932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B932 is #8E46CD. Grayscale: #949494. Windows color (decimal): -9324238 or 3324273. OLE color: 3324273.

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

Color convert

RGB 113 185 50 -
CMYK 0.39 0 0.73 0.27
HSL 92º 0.57% 0.46% -
HSV(B) 92º 0.73% 0.73% -
XYZ 24.73 38.44 9.13 -
YUV 148.08 72.65 102.98 -
System Red Green Blue C M Y K H S L
Decimal 113 185 50 0.39 0 0.73 0.27 92 0.57 0.46
Hex 71 B9 32 27 0 49 1B 5C 39 2E
Octal 161 271 62 47 0 111 33 134 71 56
Binary 1110001 10111001 110010 100111 0 1001001 11011 1011100 111001 101110

Color Harmonies of #71B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B932

Black with #71B932

Text Example


Text Example

White with #71B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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