Html Css Color HEX #70E83C Mantis

📋 copy color: '#70E83C'

red 112 ◦ green 232 ◦ blue 60

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

Shades of Mantis #70E83C

Tints of Mantis #70E83C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 57.43%

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 27.72%
G = 57.43%
B = 14.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#70E83C (or 0x70E83C) is known color: Mantis. HEX triplet: 70, E8 and 3C. RGB value is (112,232,60). Sum of RGB (Red+Green+Blue) = 112+232+60=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #70E83C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E83C is #8F17C3. Grayscale: #B1B1B1. Windows color (decimal): -9377732 or 3991664. OLE color: 3991664.

HSL color Cylindrical-coordinate representation of color #70E83C: hue angle of 101.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70E83C is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 60 -
CMYK 0.52 0 0.74 0.09
HSL 101.86º 0.79% 0.57% -
HSV(B) 101.86º 0.74% 0.91% -
XYZ 36.35 61.48 14.23 -
YUV 176.51 62.24 81.99 -
System Red Green Blue C M Y K H S L
Decimal 112 232 60 0.52 0 0.74 0.09 101.86 0.79 0.57
Hex 70 E8 3C 34 0 4A 9 66 4F 39
Octal 160 350 74 64 0 112 11 146 117 71
Binary 1110000 11101000 111100 110100 0 1001010 1001 1100110 1001111 111001

Color Harmonies of #70E83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E83C

Black with #70E83C

Text Example


Text Example

White with #70E83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,60); }

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

background-color css

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

 a { background-color: rgb(112,232,60); }

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

border-color css

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

 span { border-color: rgb(112,232,60); }

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