Html Css Color HEX #70E736 Mantis

📋 copy color: '#70E736'

red 112 ◦ green 231 ◦ blue 54

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

Shades of Mantis #70E736

Tints of Mantis #70E736

RGB

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

 GREEN value IS 231 (90.63% from 255) = 58.19%

 BLUE value IS 54 (21.48% from 255) = 13.6%

R = 28.21%
G = 58.19%
B = 13.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#70E736 (or 0x70E736) is known color: Mantis. HEX triplet: 70, E7 and 36. RGB value is (112,231,54). Sum of RGB (Red+Green+Blue) = 112+231+54=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 231 (90.62% from 255 or 58.19% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 231 - color contains mainly: green. Hex color #70E736 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E736 is #8F18C9. Grayscale: #AFAFAF. Windows color (decimal): -9377994 or 3598192. OLE color: 3598192.

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

Color convert

RGB 112 231 54 -
CMYK 0.52 0 0.77 0.09
HSL 100.34º 0.79% 0.56% -
HSV(B) 100.34º 0.77% 0.91% -
XYZ 35.92 60.86 13.34 -
YUV 175.24 59.58 82.89 -
System Red Green Blue C M Y K H S L
Decimal 112 231 54 0.52 0 0.77 0.09 100.34 0.79 0.56
Hex 70 E7 36 34 0 4D 9 64 4F 38
Octal 160 347 66 64 0 115 11 144 117 70
Binary 1110000 11100111 110110 110100 0 1001101 1001 1100100 1001111 111000

Color Harmonies of #70E736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E736

Black with #70E736

Text Example


Text Example

White with #70E736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,231,54); }

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

background-color css

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

 a { background-color: rgb(112,231,54); }

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

border-color css

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

 span { border-color: rgb(112,231,54); }

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