Html Css Color HEX #70E250 Mantis

📋 copy color: '#70E250'

red 112 ◦ green 226 ◦ blue 80

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

Shades of Mantis #70E250

Tints of Mantis #70E250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 26.79%
G = 54.07%
B = 19.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#70E250 (or 0x70E250) is known color: Mantis. HEX triplet: 70, E2 and 50. RGB value is (112,226,80). Sum of RGB (Red+Green+Blue) = 112+226+80=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 226 (88.67% from 255 or 54.07% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 226 - color contains mainly: green. Hex color #70E250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E250 is #8F1DAF. Grayscale: #AFAFAF. Windows color (decimal): -9379248 or 5300848. OLE color: 5300848.

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

Color convert

RGB 112 226 80 -
CMYK 0.50 0 0.65 0.11
HSL 106.85º 0.72% 0.6% -
HSV(B) 106.85º 0.65% 0.89% -
XYZ 35.33 58.42 17 -
YUV 175.27 74.23 82.87 -
System Red Green Blue C M Y K H S L
Decimal 112 226 80 0.50 0 0.65 0.11 106.85 0.72 0.6
Hex 70 E2 50 32 0 41 B 6B 48 3C
Octal 160 342 120 62 0 101 13 153 110 74
Binary 1110000 11100010 1010000 110010 0 1000001 1011 1101011 1001000 111100

Color Harmonies of #70E250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E250

Black with #70E250

Text Example


Text Example

White with #70E250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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