Html Css Color HEX #70E63A Mantis

📋 copy color: '#70E63A'

red 112 ◦ green 230 ◦ blue 58

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

Shades of Mantis #70E63A

Tints of Mantis #70E63A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 57.5%

 BLUE value IS 58 (23.05% from 255) = 14.5%

R = 28%
G = 57.5%
B = 14.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#70E63A (or 0x70E63A) is known color: Mantis. HEX triplet: 70, E6 and 3A. RGB value is (112,230,58). Sum of RGB (Red+Green+Blue) = 112+230+58=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 230 (90.23% from 255 or 57.5% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 230 - color contains mainly: green. Hex color #70E63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E63A is #8F19C5. Grayscale: #AFAFAF. Windows color (decimal): -9378246 or 3860080. OLE color: 3860080.

HSL color Cylindrical-coordinate representation of color #70E63A: hue angle of 101.16º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70E63A is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 58 -
CMYK 0.51 0 0.75 0.10
HSL 101.16º 0.77% 0.56% -
HSV(B) 101.16º 0.75% 0.9% -
XYZ 35.74 60.34 13.77 -
YUV 175.11 61.91 82.99 -
System Red Green Blue C M Y K H S L
Decimal 112 230 58 0.51 0 0.75 0.10 101.16 0.77 0.56
Hex 70 E6 3A 33 0 4B A 65 4D 38
Octal 160 346 72 63 0 113 12 145 115 70
Binary 1110000 11100110 111010 110011 0 1001011 1010 1100101 1001101 111000

Color Harmonies of #70E63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E63A

Black with #70E63A

Text Example


Text Example

White with #70E63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,58); }

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

background-color css

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

 a { background-color: rgb(112,230,58); }

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

border-color css

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

 span { border-color: rgb(112,230,58); }

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