Html Css Color HEX #70DE52 Mantis

📋 copy color: '#70DE52'

red 112 ◦ green 222 ◦ blue 82

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

Shades of Mantis #70DE52

Tints of Mantis #70DE52

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.37%

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 26.92%
G = 53.37%
B = 19.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#70DE52 (or 0x70DE52) is known color: Mantis. HEX triplet: 70, DE and 52. RGB value is (112,222,82). Sum of RGB (Red+Green+Blue) = 112+222+82=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DE52 is #8F21AD. Grayscale: #ADADAD. Windows color (decimal): -9380270 or 5430896. OLE color: 5430896.

HSL color Cylindrical-coordinate representation of color #70DE52: hue angle of 107.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70DE52 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 82 -
CMYK 0.50 0 0.63 0.13
HSL 107.14º 0.68% 0.6% -
HSV(B) 107.14º 0.63% 0.87% -
XYZ 34.33 56.3 17.04 -
YUV 173.15 76.56 84.38 -
System Red Green Blue C M Y K H S L
Decimal 112 222 82 0.50 0 0.63 0.13 107.14 0.68 0.6
Hex 70 DE 52 32 0 3F D 6B 44 3C
Octal 160 336 122 62 0 77 15 153 104 74
Binary 1110000 11011110 1010010 110010 0 111111 1101 1101011 1000100 111100

Color Harmonies of #70DE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DE52

Black with #70DE52

Text Example


Text Example

White with #70DE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,82); }

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

background-color css

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

 a { background-color: rgb(112,222,82); }

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

border-color css

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

 span { border-color: rgb(112,222,82); }

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