Html Css Color HEX #70CC58 Mantis

📋 copy color: '#70CC58'

red 112 ◦ green 204 ◦ blue 88

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

Shades of Mantis #70CC58

Tints of Mantis #70CC58

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

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

R = 27.72%
G = 50.5%
B = 21.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#70CC58 (or 0x70CC58) is known color: Mantis. HEX triplet: 70, CC and 58. RGB value is (112,204,88). Sum of RGB (Red+Green+Blue) = 112+204+88=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC58 is #8F33A7. Grayscale: #A3A3A3. Windows color (decimal): -9384872 or 5819504. OLE color: 5819504.

HSL color Cylindrical-coordinate representation of color #70CC58: hue angle of 107.59º degrees, saturation: 0.53, 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 #70CC58 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 88 -
CMYK 0.45 0 0.57 0.2
HSL 107.59º 0.53% 0.57% -
HSV(B) 107.59º 0.57% 0.8% -
XYZ 30.04 47.34 16.79 -
YUV 163.27 85.52 91.43 -
System Red Green Blue C M Y K H S L
Decimal 112 204 88 0.45 0 0.57 0.2 107.59 0.53 0.57
Hex 70 CC 58 2D 0 39 14 6C 35 39
Octal 160 314 130 55 0 71 24 154 65 71
Binary 1110000 11001100 1011000 101101 0 111001 10100 1101100 110101 111001

Color Harmonies of #70CC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC58

Black with #70CC58

Text Example


Text Example

White with #70CC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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