Html Css Color HEX #70DA58 Mantis

📋 copy color: '#70DA58'

red 112 ◦ green 218 ◦ blue 88

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

Shades of Mantis #70DA58

Tints of Mantis #70DA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.05%

R = 26.79%
G = 52.15%
B = 21.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#70DA58 (or 0x70DA58) is known color: Mantis. HEX triplet: 70, DA and 58. RGB value is (112,218,88). Sum of RGB (Red+Green+Blue) = 112+218+88=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA58 is #8F25A7. Grayscale: #ABABAB. Windows color (decimal): -9381288 or 5823088. OLE color: 5823088.

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

Color convert

RGB 112 218 88 -
CMYK 0.49 0 0.60 0.15
HSL 108.92º 0.64% 0.6% -
HSV(B) 108.92º 0.6% 0.85% -
XYZ 33.51 54.29 17.95 -
YUV 171.49 80.88 85.57 -
System Red Green Blue C M Y K H S L
Decimal 112 218 88 0.49 0 0.60 0.15 108.92 0.64 0.6
Hex 70 DA 58 31 0 3C F 6D 40 3C
Octal 160 332 130 61 0 74 17 155 100 74
Binary 1110000 11011010 1011000 110001 0 111100 1111 1101101 1000000 111100

Color Harmonies of #70DA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA58

Black with #70DA58

Text Example


Text Example

White with #70DA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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