Html Css Color HEX #70DB52 Mantis

📋 copy color: '#70DB52'

red 112 ◦ green 219 ◦ blue 82

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

Shades of Mantis #70DB52

Tints of Mantis #70DB52

RGB

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

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

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

R = 27.12%
G = 53.03%
B = 19.85%

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

#70DB52 (or 0x70DB52) is known color: Mantis. HEX triplet: 70, DB and 52. RGB value is (112,219,82). Sum of RGB (Red+Green+Blue) = 112+219+82=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB52 is #8F24AD. Grayscale: #ABABAB. Windows color (decimal): -9381038 or 5430128. OLE color: 5430128.

HSL color Cylindrical-coordinate representation of color #70DB52: hue angle of 106.86º 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 #70DB52 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 82 -
CMYK 0.49 0 0.63 0.14
HSL 106.86º 0.66% 0.59% -
HSV(B) 106.86º 0.63% 0.86% -
XYZ 33.54 54.72 16.78 -
YUV 171.39 77.55 85.64 -
System Red Green Blue C M Y K H S L
Decimal 112 219 82 0.49 0 0.63 0.14 106.86 0.66 0.59
Hex 70 DB 52 31 0 3F E 6B 42 3B
Octal 160 333 122 61 0 77 16 153 102 73
Binary 1110000 11011011 1010010 110001 0 111111 1110 1101011 1000010 111011

Color Harmonies of #70DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB52

Black with #70DB52

Text Example


Text Example

White with #70DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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