Html Css Color HEX #70CF56 Mantis

📋 copy color: '#70CF56'

red 112 ◦ green 207 ◦ blue 86

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

Shades of Mantis #70CF56

Tints of Mantis #70CF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

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

R = 27.65%
G = 51.11%
B = 21.23%

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

#70CF56 (or 0x70CF56) is known color: Mantis. HEX triplet: 70, CF and 56. RGB value is (112,207,86). Sum of RGB (Red+Green+Blue) = 112+207+86=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF56 is #8F30A9. Grayscale: #A5A5A5. Windows color (decimal): -9384106 or 5689200. OLE color: 5689200.

HSL color Cylindrical-coordinate representation of color #70CF56: hue angle of 107.11º degrees, saturation: 0.56, 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 #70CF56 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 86 -
CMYK 0.46 0 0.58 0.19
HSL 107.11º 0.56% 0.57% -
HSV(B) 107.11º 0.58% 0.81% -
XYZ 30.67 48.74 16.6 -
YUV 164.8 83.53 90.34 -
System Red Green Blue C M Y K H S L
Decimal 112 207 86 0.46 0 0.58 0.19 107.11 0.56 0.57
Hex 70 CF 56 2E 0 3A 13 6B 38 39
Octal 160 317 126 56 0 72 23 153 70 71
Binary 1110000 11001111 1010110 101110 0 111010 10011 1101011 111000 111001

Color Harmonies of #70CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF56

Black with #70CF56

Text Example


Text Example

White with #70CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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