Html Css Color HEX #70CD58 Mantis

📋 copy color: '#70CD58'

red 112 ◦ green 205 ◦ blue 88

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

Shades of Mantis #70CD58

Tints of Mantis #70CD58

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

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

R = 27.65%
G = 50.62%
B = 21.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#70CD58 (or 0x70CD58) is known color: Mantis. HEX triplet: 70, CD and 58. RGB value is (112,205,88). Sum of RGB (Red+Green+Blue) = 112+205+88=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD58 is #8F32A7. Grayscale: #A4A4A4. Windows color (decimal): -9384616 or 5819760. OLE color: 5819760.

HSL color Cylindrical-coordinate representation of color #70CD58: hue angle of 107.69º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70CD58 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 88 -
CMYK 0.45 0 0.57 0.20
HSL 107.69º 0.54% 0.57% -
HSV(B) 107.69º 0.57% 0.8% -
XYZ 30.27 47.81 16.87 -
YUV 163.86 85.19 91.01 -
System Red Green Blue C M Y K H S L
Decimal 112 205 88 0.45 0 0.57 0.20 107.69 0.54 0.57
Hex 70 CD 58 2D 0 39 14 6C 36 39
Octal 160 315 130 55 0 71 24 154 66 71
Binary 1110000 11001101 1011000 101101 0 111001 10100 1101100 110110 111001

Color Harmonies of #70CD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD58

Black with #70CD58

Text Example


Text Example

White with #70CD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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