Html Css Color HEX #70E23F Mantis

📋 copy color: '#70E23F'

red 112 ◦ green 226 ◦ blue 63

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

Shades of Mantis #70E23F

Tints of Mantis #70E23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 27.93%
G = 56.36%
B = 15.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#70E23F (or 0x70E23F) is known color: Mantis. HEX triplet: 70, E2 and 3F. RGB value is (112,226,63). Sum of RGB (Red+Green+Blue) = 112+226+63=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 226 (88.67% from 255 or 56.36% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 226 - color contains mainly: green. Hex color #70E23F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E23F is #8F1DC0. Grayscale: #ADADAD. Windows color (decimal): -9379265 or 4186736. OLE color: 4186736.

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

Color convert

RGB 112 226 63 -
CMYK 0.50 0 0.72 0.11
HSL 101.96º 0.74% 0.57% -
HSV(B) 101.96º 0.72% 0.89% -
XYZ 34.78 58.2 14.1 -
YUV 173.33 65.73 84.25 -
System Red Green Blue C M Y K H S L
Decimal 112 226 63 0.50 0 0.72 0.11 101.96 0.74 0.57
Hex 70 E2 3F 32 0 48 B 66 4A 39
Octal 160 342 77 62 0 110 13 146 112 71
Binary 1110000 11100010 111111 110010 0 1001000 1011 1100110 1001010 111001

Color Harmonies of #70E23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E23F

Black with #70E23F

Text Example


Text Example

White with #70E23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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