Html Css Color HEX #70E637 Mantis

📋 copy color: '#70E637'

red 112 ◦ green 230 ◦ blue 55

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

Shades of Mantis #70E637

Tints of Mantis #70E637

RGB

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

 GREEN value IS 230 (90.23% from 255) = 57.93%

 BLUE value IS 55 (21.88% from 255) = 13.85%

R = 28.21%
G = 57.93%
B = 13.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#70E637 (or 0x70E637) is known color: Mantis. HEX triplet: 70, E6 and 37. RGB value is (112,230,55). Sum of RGB (Red+Green+Blue) = 112+230+55=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 230 (90.23% from 255 or 57.93% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 230 - color contains mainly: green. Hex color #70E637 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E637 is #8F19C8. Grayscale: #AFAFAF. Windows color (decimal): -9378249 or 3663472. OLE color: 3663472.

HSL color Cylindrical-coordinate representation of color #70E637: hue angle of 100.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70E637 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 55 -
CMYK 0.51 0 0.76 0.10
HSL 100.46º 0.78% 0.56% -
HSV(B) 100.46º 0.76% 0.9% -
XYZ 35.67 60.31 13.38 -
YUV 174.77 60.41 83.23 -
System Red Green Blue C M Y K H S L
Decimal 112 230 55 0.51 0 0.76 0.10 100.46 0.78 0.56
Hex 70 E6 37 33 0 4C A 64 4E 38
Octal 160 346 67 63 0 114 12 144 116 70
Binary 1110000 11100110 110111 110011 0 1001100 1010 1100100 1001110 111000

Color Harmonies of #70E637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E637

Black with #70E637

Text Example


Text Example

White with #70E637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,55); }

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

background-color css

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

 a { background-color: rgb(112,230,55); }

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

border-color css

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

 span { border-color: rgb(112,230,55); }

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