Html Css Color HEX #70CB57 Mantis

📋 copy color: '#70CB57'

red 112 ◦ green 203 ◦ blue 87

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

Shades of Mantis #70CB57

Tints of Mantis #70CB57

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.5%

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

R = 27.86%
G = 50.5%
B = 21.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#70CB57 (or 0x70CB57) is known color: Mantis. HEX triplet: 70, CB and 57. RGB value is (112,203,87). Sum of RGB (Red+Green+Blue) = 112+203+87=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB57 is #8F34A8. Grayscale: #A2A2A2. Windows color (decimal): -9385129 or 5753712. OLE color: 5753712.

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

Color convert

RGB 112 203 87 -
CMYK 0.45 0 0.57 0.20
HSL 107.07º 0.53% 0.57% -
HSV(B) 107.07º 0.57% 0.8% -
XYZ 29.76 46.84 16.49 -
YUV 162.57 85.35 91.93 -
System Red Green Blue C M Y K H S L
Decimal 112 203 87 0.45 0 0.57 0.20 107.07 0.53 0.57
Hex 70 CB 57 2D 0 39 14 6B 35 39
Octal 160 313 127 55 0 71 24 153 65 71
Binary 1110000 11001011 1010111 101101 0 111001 10100 1101011 110101 111001

Color Harmonies of #70CB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB57

Black with #70CB57

Text Example


Text Example

White with #70CB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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