Html Css Color HEX #70C753 Mantis

📋 copy color: '#70C753'

red 112 ◦ green 199 ◦ blue 83

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

Shades of Mantis #70C753

Tints of Mantis #70C753

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.51%

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

R = 28.43%
G = 50.51%
B = 21.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#70C753 (or 0x70C753) is known color: Mantis. HEX triplet: 70, C7 and 53. RGB value is (112,199,83). Sum of RGB (Red+Green+Blue) = 112+199+83=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #70C753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C753 is #8F38AC. Grayscale: #A0A0A0. Windows color (decimal): -9386157 or 5490544. OLE color: 5490544.

HSL color Cylindrical-coordinate representation of color #70C753: hue angle of 105º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70C753 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 83 -
CMYK 0.44 0 0.58 0.22
HSL 105º 0.51% 0.55% -
HSV(B) 105º 0.58% 0.78% -
XYZ 28.67 44.92 15.34 -
YUV 159.76 84.68 93.93 -
System Red Green Blue C M Y K H S L
Decimal 112 199 83 0.44 0 0.58 0.22 105 0.51 0.55
Hex 70 C7 53 2C 0 3A 16 69 33 37
Octal 160 307 123 54 0 72 26 151 63 67
Binary 1110000 11000111 1010011 101100 0 111010 10110 1101001 110011 110111

Color Harmonies of #70C753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C753

Black with #70C753

Text Example


Text Example

White with #70C753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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