Html Css Color HEX #71AC33 Lima

📋 copy color: '#71AC33'

red 113 ◦ green 172 ◦ blue 51

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

Shades of Lima #71AC33

Tints of Lima #71AC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 33.63%
G = 51.19%
B = 15.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#71AC33 (or 0x71AC33) is known color: Lima. HEX triplet: 71, AC and 33. RGB value is (113,172,51). Sum of RGB (Red+Green+Blue) = 113+172+51=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC33 is #8E53CC. Grayscale: #8C8C8C. Windows color (decimal): -9327565 or 3386481. OLE color: 3386481.

HSL color Cylindrical-coordinate representation of color #71AC33: hue angle of 89.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71AC33 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 172 51 -
CMYK 0.34 0 0.70 0.33
HSL 89.26º 0.54% 0.44% -
HSV(B) 89.26º 0.7% 0.67% -
XYZ 22.16 33.25 8.38 -
YUV 140.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 113 172 51 0.34 0 0.70 0.33 89.26 0.54 0.44
Hex 71 AC 33 22 0 46 21 59 36 2C
Octal 161 254 63 42 0 106 41 131 66 54
Binary 1110001 10101100 110011 100010 0 1000110 100001 1011001 110110 101100

Color Harmonies of #71AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC33

Black with #71AC33

Text Example


Text Example

White with #71AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,172,51); }

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

background-color css

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

 a { background-color: rgb(113,172,51); }

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

border-color css

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

 span { border-color: rgb(113,172,51); }

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