Html Css Color HEX #70E251 Mantis

📋 copy color: '#70E251'

red 112 ◦ green 226 ◦ blue 81

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

Shades of Mantis #70E251

Tints of Mantis #70E251

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.94%

 BLUE value IS 81 (32.03% from 255) = 19.33%

R = 26.73%
G = 53.94%
B = 19.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#70E251 (or 0x70E251) is known color: Mantis. HEX triplet: 70, E2 and 51. RGB value is (112,226,81). Sum of RGB (Red+Green+Blue) = 112+226+81=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #70E251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E251 is #8F1DAE. Grayscale: #AFAFAF. Windows color (decimal): -9379247 or 5366384. OLE color: 5366384.

HSL color Cylindrical-coordinate representation of color #70E251: hue angle of 107.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70E251 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 81 -
CMYK 0.50 0 0.64 0.11
HSL 107.17º 0.71% 0.6% -
HSV(B) 107.17º 0.64% 0.89% -
XYZ 35.36 58.43 17.2 -
YUV 175.38 74.73 82.79 -
System Red Green Blue C M Y K H S L
Decimal 112 226 81 0.50 0 0.64 0.11 107.17 0.71 0.6
Hex 70 E2 51 32 0 40 B 6B 47 3C
Octal 160 342 121 62 0 100 13 153 107 74
Binary 1110000 11100010 1010001 110010 0 1000000 1011 1101011 1000111 111100

Color Harmonies of #70E251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E251

Black with #70E251

Text Example


Text Example

White with #70E251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,81); }

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

background-color css

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

 a { background-color: rgb(112,226,81); }

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

border-color css

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

 span { border-color: rgb(112,226,81); }

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