Html Css Color HEX #71B235 Lima

📋 copy color: '#71B235'

red 113 ◦ green 178 ◦ blue 53

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

Shades of Lima #71B235

Tints of Lima #71B235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.74%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 32.85%
G = 51.74%
B = 15.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#71B235 (or 0x71B235) is known color: Lima. HEX triplet: 71, B2 and 35. RGB value is (113,178,53). Sum of RGB (Red+Green+Blue) = 113+178+53=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #71B235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B235 is #8E4DCA. Grayscale: #909090. Windows color (decimal): -9326027 or 3519089. OLE color: 3519089.

HSL color Cylindrical-coordinate representation of color #71B235: hue angle of 91.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71B235 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 178 53 -
CMYK 0.37 0 0.70 0.30
HSL 91.2º 0.54% 0.45% -
HSV(B) 91.2º 0.7% 0.7% -
XYZ 23.37 35.61 9.01 -
YUV 144.32 76.47 105.66 -
System Red Green Blue C M Y K H S L
Decimal 113 178 53 0.37 0 0.70 0.30 91.2 0.54 0.45
Hex 71 B2 35 25 0 46 1E 5B 36 2D
Octal 161 262 65 45 0 106 36 133 66 55
Binary 1110001 10110010 110101 100101 0 1000110 11110 1011011 110110 101101

Color Harmonies of #71B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B235

Black with #71B235

Text Example


Text Example

White with #71B235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,178,53); }

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

background-color css

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

 a { background-color: rgb(113,178,53); }

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

border-color css

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

 span { border-color: rgb(113,178,53); }

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