Html Css Color HEX #70CA54 Mantis

📋 copy color: '#70CA54'

red 112 ◦ green 202 ◦ blue 84

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

Shades of Mantis #70CA54

Tints of Mantis #70CA54

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.75%

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 28.14%
G = 50.75%
B = 21.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#70CA54 (or 0x70CA54) is known color: Mantis. HEX triplet: 70, CA and 54. RGB value is (112,202,84). Sum of RGB (Red+Green+Blue) = 112+202+84=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA54 is #8F35AB. Grayscale: #A2A2A2. Windows color (decimal): -9385388 or 5556848. OLE color: 5556848.

HSL color Cylindrical-coordinate representation of color #70CA54: hue angle of 105.76º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70CA54 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 84 -
CMYK 0.45 0 0.58 0.21
HSL 105.76º 0.53% 0.56% -
HSV(B) 105.76º 0.58% 0.79% -
XYZ 29.4 46.33 15.78 -
YUV 161.64 84.18 92.59 -
System Red Green Blue C M Y K H S L
Decimal 112 202 84 0.45 0 0.58 0.21 105.76 0.53 0.56
Hex 70 CA 54 2D 0 3A 15 6A 35 38
Octal 160 312 124 55 0 72 25 152 65 70
Binary 1110000 11001010 1010100 101101 0 111010 10101 1101010 110101 111000

Color Harmonies of #70CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA54

Black with #70CA54

Text Example


Text Example

White with #70CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,202,84); }

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

background-color css

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

 a { background-color: rgb(112,202,84); }

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

border-color css

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

 span { border-color: rgb(112,202,84); }

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