Html Css Color HEX #70E548 Mantis

📋 copy color: '#70E548'

red 112 ◦ green 229 ◦ blue 72

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

Shades of Mantis #70E548

Tints of Mantis #70E548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.45%

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 27.12%
G = 55.45%
B = 17.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#70E548 (or 0x70E548) is known color: Mantis. HEX triplet: 70, E5 and 48. RGB value is (112,229,72). Sum of RGB (Red+Green+Blue) = 112+229+72=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #70E548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E548 is #8F1AB7. Grayscale: #B0B0B0. Windows color (decimal): -9378488 or 4777328. OLE color: 4777328.

HSL color Cylindrical-coordinate representation of color #70E548: hue angle of 104.71º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70E548 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 72 -
CMYK 0.51 0 0.69 0.10
HSL 104.71º 0.75% 0.59% -
HSV(B) 104.71º 0.69% 0.9% -
XYZ 35.87 59.95 15.81 -
YUV 176.12 69.24 82.27 -
System Red Green Blue C M Y K H S L
Decimal 112 229 72 0.51 0 0.69 0.10 104.71 0.75 0.59
Hex 70 E5 48 33 0 45 A 69 4B 3B
Octal 160 345 110 63 0 105 12 151 113 73
Binary 1110000 11100101 1001000 110011 0 1000101 1010 1101001 1001011 111011

Color Harmonies of #70E548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E548

Black with #70E548

Text Example


Text Example

White with #70E548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,229,72); }

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

background-color css

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

 a { background-color: rgb(112,229,72); }

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

border-color css

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

 span { border-color: rgb(112,229,72); }

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