Html Css Color HEX #70CE56 Mantis

📋 copy color: '#70CE56'

red 112 ◦ green 206 ◦ blue 86

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

Shades of Mantis #70CE56

Tints of Mantis #70CE56

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.99%

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

R = 27.72%
G = 50.99%
B = 21.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#70CE56 (or 0x70CE56) is known color: Mantis. HEX triplet: 70, CE and 56. RGB value is (112,206,86). Sum of RGB (Red+Green+Blue) = 112+206+86=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE56 is #8F31A9. Grayscale: #A4A4A4. Windows color (decimal): -9384362 or 5688944. OLE color: 5688944.

HSL color Cylindrical-coordinate representation of color #70CE56: hue angle of 107º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70CE56 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 86 -
CMYK 0.46 0 0.58 0.19
HSL 107º 0.55% 0.57% -
HSV(B) 107º 0.58% 0.81% -
XYZ 30.43 48.26 16.52 -
YUV 164.21 83.86 90.76 -
System Red Green Blue C M Y K H S L
Decimal 112 206 86 0.46 0 0.58 0.19 107 0.55 0.57
Hex 70 CE 56 2E 0 3A 13 6B 37 39
Octal 160 316 126 56 0 72 23 153 67 71
Binary 1110000 11001110 1010110 101110 0 111010 10011 1101011 110111 111001

Color Harmonies of #70CE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE56

Black with #70CE56

Text Example


Text Example

White with #70CE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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