Html Css Color HEX #70CD57 Mantis

📋 copy color: '#70CD57'

red 112 ◦ green 205 ◦ blue 87

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

Shades of Mantis #70CD57

Tints of Mantis #70CD57

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

 BLUE value IS 87 (34.38% from 255) = 21.53%

R = 27.72%
G = 50.74%
B = 21.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#70CD57 (or 0x70CD57) is known color: Mantis. HEX triplet: 70, CD and 57. RGB value is (112,205,87). Sum of RGB (Red+Green+Blue) = 112+205+87=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD57 is #8F32A8. Grayscale: #A4A4A4. Windows color (decimal): -9384617 or 5754224. OLE color: 5754224.

HSL color Cylindrical-coordinate representation of color #70CD57: hue angle of 107.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70CD57 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 87 -
CMYK 0.45 0 0.58 0.20
HSL 107.29º 0.54% 0.57% -
HSV(B) 107.29º 0.58% 0.8% -
XYZ 30.23 47.8 16.65 -
YUV 163.74 84.69 91.09 -
System Red Green Blue C M Y K H S L
Decimal 112 205 87 0.45 0 0.58 0.20 107.29 0.54 0.57
Hex 70 CD 57 2D 0 3A 14 6B 36 39
Octal 160 315 127 55 0 72 24 153 66 71
Binary 1110000 11001101 1010111 101101 0 111010 10100 1101011 110110 111001

Color Harmonies of #70CD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD57

Black with #70CD57

Text Example


Text Example

White with #70CD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,205,87); }

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

background-color css

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

 a { background-color: rgb(112,205,87); }

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

border-color css

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

 span { border-color: rgb(112,205,87); }

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