Html Css Color HEX #70E153 Mantis

📋 copy color: '#70E153'

red 112 ◦ green 225 ◦ blue 83

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

Shades of Mantis #70E153

Tints of Mantis #70E153

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.57%

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 26.67%
G = 53.57%
B = 19.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#70E153 (or 0x70E153) is known color: Mantis. HEX triplet: 70, E1 and 53. RGB value is (112,225,83). Sum of RGB (Red+Green+Blue) = 112+225+83=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #70E153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E153 is #8F1EAC. Grayscale: #AFAFAF. Windows color (decimal): -9379501 or 5497200. OLE color: 5497200.

HSL color Cylindrical-coordinate representation of color #70E153: hue angle of 107.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70E153 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 83 -
CMYK 0.50 0 0.63 0.12
HSL 107.75º 0.7% 0.6% -
HSV(B) 107.75º 0.63% 0.88% -
XYZ 35.17 57.92 17.51 -
YUV 175.03 76.06 83.05 -
System Red Green Blue C M Y K H S L
Decimal 112 225 83 0.50 0 0.63 0.12 107.75 0.7 0.6
Hex 70 E1 53 32 0 3F C 6C 46 3C
Octal 160 341 123 62 0 77 14 154 106 74
Binary 1110000 11100001 1010011 110010 0 111111 1100 1101100 1000110 111100

Color Harmonies of #70E153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E153

Black with #70E153

Text Example


Text Example

White with #70E153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,83); }

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

background-color css

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

 a { background-color: rgb(112,225,83); }

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

border-color css

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

 span { border-color: rgb(112,225,83); }

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