Html Css Color HEX #70AF32 Lima

📋 copy color: '#70AF32'

red 112 ◦ green 175 ◦ blue 50

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

Shades of Lima #70AF32

Tints of Lima #70AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.93%

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

R = 33.23%
G = 51.93%
B = 14.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#70AF32 (or 0x70AF32) is known color: Lima. HEX triplet: 70, AF and 32. RGB value is (112,175,50). Sum of RGB (Red+Green+Blue) = 112+175+50=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF32 is #8F50CD. Grayscale: #8E8E8E. Windows color (decimal): -9392334 or 3321712. OLE color: 3321712.

HSL color Cylindrical-coordinate representation of color #70AF32: hue angle of 90.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70AF32 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 50 -
CMYK 0.36 0 0.71 0.31
HSL 90.24º 0.56% 0.44% -
HSV(B) 90.24º 0.71% 0.69% -
XYZ 22.59 34.33 8.45 -
YUV 141.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 112 175 50 0.36 0 0.71 0.31 90.24 0.56 0.44
Hex 70 AF 32 24 0 47 1F 5A 38 2C
Octal 160 257 62 44 0 107 37 132 70 54
Binary 1110000 10101111 110010 100100 0 1000111 11111 1011010 111000 101100

Color Harmonies of #70AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF32

Black with #70AF32

Text Example


Text Example

White with #70AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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