Html Css Color HEX #70E836 Mantis

📋 copy color: '#70E836'

red 112 ◦ green 232 ◦ blue 54

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

Shades of Mantis #70E836

Tints of Mantis #70E836

RGB

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

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

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

R = 28.14%
G = 58.29%
B = 13.57%

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

#70E836 (or 0x70E836) is known color: Mantis. HEX triplet: 70, E8 and 36. RGB value is (112,232,54). Sum of RGB (Red+Green+Blue) = 112+232+54=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 232 (91.02% from 255 or 58.29% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 232 - color contains mainly: green. Hex color #70E836 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E836 is #8F17C9. Grayscale: #B0B0B0. Windows color (decimal): -9377738 or 3598448. OLE color: 3598448.

HSL color Cylindrical-coordinate representation of color #70E836: hue angle of 100.45º 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 #70E836 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 54 -
CMYK 0.52 0 0.77 0.09
HSL 100.45º 0.79% 0.56% -
HSV(B) 100.45º 0.77% 0.91% -
XYZ 36.2 61.42 13.44 -
YUV 175.83 59.24 82.47 -
System Red Green Blue C M Y K H S L
Decimal 112 232 54 0.52 0 0.77 0.09 100.45 0.79 0.56
Hex 70 E8 36 34 0 4D 9 64 4F 38
Octal 160 350 66 64 0 115 11 144 117 70
Binary 1110000 11101000 110110 110100 0 1001101 1001 1100100 1001111 111000

Color Harmonies of #70E836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E836

Black with #70E836

Text Example


Text Example

White with #70E836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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