Html Css Color HEX #70E254 Mantis

📋 copy color: '#70E254'

red 112 ◦ green 226 ◦ blue 84

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

Shades of Mantis #70E254

Tints of Mantis #70E254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.91%

R = 26.54%
G = 53.55%
B = 19.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#70E254 (or 0x70E254) is known color: Mantis. HEX triplet: 70, E2 and 54. RGB value is (112,226,84). Sum of RGB (Red+Green+Blue) = 112+226+84=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #70E254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E254 is #8F1DAB. Grayscale: #B0B0B0. Windows color (decimal): -9379244 or 5562992. OLE color: 5562992.

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

Color convert

RGB 112 226 84 -
CMYK 0.50 0 0.63 0.11
HSL 108.17º 0.71% 0.61% -
HSV(B) 108.17º 0.63% 0.89% -
XYZ 35.48 58.48 17.8 -
YUV 175.73 76.23 82.55 -
System Red Green Blue C M Y K H S L
Decimal 112 226 84 0.50 0 0.63 0.11 108.17 0.71 0.61
Hex 70 E2 54 32 0 3F B 6C 47 3D
Octal 160 342 124 62 0 77 13 154 107 75
Binary 1110000 11100010 1010100 110010 0 111111 1011 1101100 1000111 111101

Color Harmonies of #70E254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E254

Black with #70E254

Text Example


Text Example

White with #70E254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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