Html Css Color HEX #70DA50 Mantis

📋 copy color: '#70DA50'

red 112 ◦ green 218 ◦ blue 80

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

Shades of Mantis #70DA50

Tints of Mantis #70DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.17%

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 27.32%
G = 53.17%
B = 19.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#70DA50 (or 0x70DA50) is known color: Mantis. HEX triplet: 70, DA and 50. RGB value is (112,218,80). Sum of RGB (Red+Green+Blue) = 112+218+80=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA50 is #8F25AF. Grayscale: #ABABAB. Windows color (decimal): -9381296 or 5298800. OLE color: 5298800.

HSL color Cylindrical-coordinate representation of color #70DA50: hue angle of 106.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70DA50 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 80 -
CMYK 0.49 0 0.63 0.15
HSL 106.09º 0.65% 0.58% -
HSV(B) 106.09º 0.63% 0.85% -
XYZ 33.2 54.17 16.29 -
YUV 170.57 76.88 86.22 -
System Red Green Blue C M Y K H S L
Decimal 112 218 80 0.49 0 0.63 0.15 106.09 0.65 0.58
Hex 70 DA 50 31 0 3F F 6A 41 3A
Octal 160 332 120 61 0 77 17 152 101 72
Binary 1110000 11011010 1010000 110001 0 111111 1111 1101010 1000001 111010

Color Harmonies of #70DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA50

Black with #70DA50

Text Example


Text Example

White with #70DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,218,80); }

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

background-color css

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

 a { background-color: rgb(112,218,80); }

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

border-color css

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

 span { border-color: rgb(112,218,80); }

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