Html Css Color HEX #70C258 Mantis

📋 copy color: '#70C258'

red 112 ◦ green 194 ◦ blue 88

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

Shades of Mantis #70C258

Tints of Mantis #70C258

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.24%

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

R = 28.43%
G = 49.24%
B = 22.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#70C258 (or 0x70C258) is known color: Mantis. HEX triplet: 70, C2 and 58. RGB value is (112,194,88). Sum of RGB (Red+Green+Blue) = 112+194+88=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #70C258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C258 is #8F3DA7. Grayscale: #9D9D9D. Windows color (decimal): -9387432 or 5816944. OLE color: 5816944.

HSL color Cylindrical-coordinate representation of color #70C258: hue angle of 106.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C258 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 194 88 -
CMYK 0.42 0 0.55 0.24
HSL 106.42º 0.46% 0.55% -
HSV(B) 106.42º 0.55% 0.76% -
XYZ 27.74 42.73 16.02 -
YUV 157.4 88.83 95.62 -
System Red Green Blue C M Y K H S L
Decimal 112 194 88 0.42 0 0.55 0.24 106.42 0.46 0.55
Hex 70 C2 58 2A 0 37 18 6A 2E 37
Octal 160 302 130 52 0 67 30 152 56 67
Binary 1110000 11000010 1011000 101010 0 110111 11000 1101010 101110 110111

Color Harmonies of #70C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C258

Black with #70C258

Text Example


Text Example

White with #70C258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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