Html Css Color HEX #70E33E Mantis

📋 copy color: '#70E33E'

red 112 ◦ green 227 ◦ blue 62

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

Shades of Mantis #70E33E

Tints of Mantis #70E33E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.61%

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 27.93%
G = 56.61%
B = 15.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#70E33E (or 0x70E33E) is known color: Mantis. HEX triplet: 70, E3 and 3E. RGB value is (112,227,62). Sum of RGB (Red+Green+Blue) = 112+227+62=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 227 (89.06% from 255 or 56.61% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 227 - color contains mainly: green. Hex color #70E33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E33E is #8F1CC1. Grayscale: #AEAEAE. Windows color (decimal): -9379010 or 4121456. OLE color: 4121456.

HSL color Cylindrical-coordinate representation of color #70E33E: hue angle of 101.82º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70E33E is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 62 -
CMYK 0.51 0 0.73 0.11
HSL 101.82º 0.75% 0.57% -
HSV(B) 101.82º 0.73% 0.89% -
XYZ 35.02 58.73 14.05 -
YUV 173.81 64.9 83.92 -
System Red Green Blue C M Y K H S L
Decimal 112 227 62 0.51 0 0.73 0.11 101.82 0.75 0.57
Hex 70 E3 3E 33 0 49 B 66 4B 39
Octal 160 343 76 63 0 111 13 146 113 71
Binary 1110000 11100011 111110 110011 0 1001001 1011 1100110 1001011 111001

Color Harmonies of #70E33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E33E

Black with #70E33E

Text Example


Text Example

White with #70E33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,227,62); }

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

background-color css

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

 a { background-color: rgb(112,227,62); }

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

border-color css

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

 span { border-color: rgb(112,227,62); }

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