Html Css Color HEX #70B632 Lima

📋 copy color: '#70B632'

red 112 ◦ green 182 ◦ blue 50

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

Shades of Lima #70B632

Tints of Lima #70B632

RGB

 RED value IS 112 (44.14% from 255) = 32.56%

 GREEN value IS 182 (71.48% from 255) = 52.91%

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

R = 32.56%
G = 52.91%
B = 14.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#70B632 (or 0x70B632) is known color: Lima. HEX triplet: 70, B6 and 32. RGB value is (112,182,50). Sum of RGB (Red+Green+Blue) = 112+182+50=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #70B632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B632 is #8F49CD. Grayscale: #929292. Windows color (decimal): -9390542 or 3323504. OLE color: 3323504.

HSL color Cylindrical-coordinate representation of color #70B632: hue angle of 91.82º 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 #70B632 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 182 50 -
CMYK 0.38 0 0.73 0.29
HSL 91.82º 0.57% 0.45% -
HSV(B) 91.82º 0.73% 0.71% -
XYZ 23.99 37.13 8.92 -
YUV 146.02 73.81 103.73 -
System Red Green Blue C M Y K H S L
Decimal 112 182 50 0.38 0 0.73 0.29 91.82 0.57 0.45
Hex 70 B6 32 26 0 49 1D 5C 39 2D
Octal 160 266 62 46 0 111 35 134 71 55
Binary 1110000 10110110 110010 100110 0 1001001 11101 1011100 111001 101101

Color Harmonies of #70B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B632

Black with #70B632

Text Example


Text Example

White with #70B632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70B632; }

 p { color: rgb(112,182,50); }

 H1.HeaderClassName
 {
   color: #70B632;
 }
 .AnyTagClassName
 {
   color: #70B632;
 }
</style>

background-color css

<style>
 a { background-color: #70B632; }

 a { background-color: rgb(112,182,50); }

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

border-color css

<style>
 span { border-color: #70B632; }

 span { border-color: rgb(112,182,50); }

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