Html Css Color HEX #70CB58 Mantis

📋 copy color: '#70CB58'

red 112 ◦ green 203 ◦ blue 88

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

Shades of Mantis #70CB58

Tints of Mantis #70CB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.37%

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

R = 27.79%
G = 50.37%
B = 21.84%

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

#70CB58 (or 0x70CB58) is known color: Mantis. HEX triplet: 70, CB and 58. RGB value is (112,203,88). Sum of RGB (Red+Green+Blue) = 112+203+88=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB58 is #8F34A7. Grayscale: #A3A3A3. Windows color (decimal): -9385128 or 5819248. OLE color: 5819248.

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

Color convert

RGB 112 203 88 -
CMYK 0.45 0 0.57 0.20
HSL 107.48º 0.53% 0.57% -
HSV(B) 107.48º 0.57% 0.8% -
XYZ 29.8 46.86 16.71 -
YUV 162.68 85.85 91.85 -
System Red Green Blue C M Y K H S L
Decimal 112 203 88 0.45 0 0.57 0.20 107.48 0.53 0.57
Hex 70 CB 58 2D 0 39 14 6B 35 39
Octal 160 313 130 55 0 71 24 153 65 71
Binary 1110000 11001011 1011000 101101 0 111001 10100 1101011 110101 111001

Color Harmonies of #70CB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB58

Black with #70CB58

Text Example


Text Example

White with #70CB58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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