Html Css Color HEX #70DB51 Mantis

📋 copy color: '#70DB51'

red 112 ◦ green 219 ◦ blue 81

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

Shades of Mantis #70DB51

Tints of Mantis #70DB51

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.16%

 BLUE value IS 81 (32.03% from 255) = 19.66%

R = 27.18%
G = 53.16%
B = 19.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#70DB51 (or 0x70DB51) is known color: Mantis. HEX triplet: 70, DB and 51. RGB value is (112,219,81). Sum of RGB (Red+Green+Blue) = 112+219+81=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB51 is #8F24AE. Grayscale: #ABABAB. Windows color (decimal): -9381039 or 5364592. OLE color: 5364592.

HSL color Cylindrical-coordinate representation of color #70DB51: hue angle of 106.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70DB51 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 81 -
CMYK 0.49 0 0.63 0.14
HSL 106.52º 0.66% 0.59% -
HSV(B) 106.52º 0.63% 0.86% -
XYZ 33.5 54.7 16.58 -
YUV 171.28 77.05 85.72 -
System Red Green Blue C M Y K H S L
Decimal 112 219 81 0.49 0 0.63 0.14 106.52 0.66 0.59
Hex 70 DB 51 31 0 3F E 6B 42 3B
Octal 160 333 121 61 0 77 16 153 102 73
Binary 1110000 11011011 1010001 110001 0 111111 1110 1101011 1000010 111011

Color Harmonies of #70DB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB51

Black with #70DB51

Text Example


Text Example

White with #70DB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,219,81); }

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

background-color css

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

 a { background-color: rgb(112,219,81); }

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

border-color css

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

 span { border-color: rgb(112,219,81); }

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