Html Css Color HEX #70CB56 Mantis

📋 copy color: '#70CB56'

red 112 ◦ green 203 ◦ blue 86

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

Shades of Mantis #70CB56

Tints of Mantis #70CB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 27.93%
G = 50.62%
B = 21.45%

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

#70CB56 (or 0x70CB56) is known color: Mantis. HEX triplet: 70, CB and 56. RGB value is (112,203,86). Sum of RGB (Red+Green+Blue) = 112+203+86=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB56 is #8F34A9. Grayscale: #A2A2A2. Windows color (decimal): -9385130 or 5688176. OLE color: 5688176.

HSL color Cylindrical-coordinate representation of color #70CB56: hue angle of 106.67º degrees, saturation: 0.53, 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 #70CB56 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 86 -
CMYK 0.45 0 0.58 0.20
HSL 106.67º 0.53% 0.57% -
HSV(B) 106.67º 0.58% 0.8% -
XYZ 29.72 46.83 16.28 -
YUV 162.45 84.85 92.01 -
System Red Green Blue C M Y K H S L
Decimal 112 203 86 0.45 0 0.58 0.20 106.67 0.53 0.57
Hex 70 CB 56 2D 0 3A 14 6B 35 39
Octal 160 313 126 55 0 72 24 153 65 71
Binary 1110000 11001011 1010110 101101 0 111010 10100 1101011 110101 111001

Color Harmonies of #70CB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB56

Black with #70CB56

Text Example


Text Example

White with #70CB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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