Html Css Color HEX #70C353 Mantis

📋 copy color: '#70C353'

red 112 ◦ green 195 ◦ blue 83

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

Shades of Mantis #70C353

Tints of Mantis #70C353

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50%

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 28.72%
G = 50%
B = 21.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#70C353 (or 0x70C353) is known color: Mantis. HEX triplet: 70, C3 and 53. RGB value is (112,195,83). Sum of RGB (Red+Green+Blue) = 112+195+83=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #70C353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C353 is #8F3CAC. Grayscale: #9D9D9D. Windows color (decimal): -9387181 or 5489520. OLE color: 5489520.

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

Color convert

RGB 112 195 83 -
CMYK 0.43 0 0.57 0.24
HSL 104.46º 0.48% 0.55% -
HSV(B) 104.46º 0.57% 0.76% -
XYZ 27.76 43.1 15.04 -
YUV 157.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 112 195 83 0.43 0 0.57 0.24 104.46 0.48 0.55
Hex 70 C3 53 2B 0 39 18 68 30 37
Octal 160 303 123 53 0 71 30 150 60 67
Binary 1110000 11000011 1010011 101011 0 111001 11000 1101000 110000 110111

Color Harmonies of #70C353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C353

Black with #70C353

Text Example


Text Example

White with #70C353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,83); }

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

background-color css

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

 a { background-color: rgb(112,195,83); }

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

border-color css

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

 span { border-color: rgb(112,195,83); }

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