Html Css Color HEX #70E44C Mantis

📋 copy color: '#70E44C'

red 112 ◦ green 228 ◦ blue 76

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

Shades of Mantis #70E44C

Tints of Mantis #70E44C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.81%

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 26.92%
G = 54.81%
B = 18.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#70E44C (or 0x70E44C) is known color: Mantis. HEX triplet: 70, E4 and 4C. RGB value is (112,228,76). Sum of RGB (Red+Green+Blue) = 112+228+76=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #70E44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E44C is #8F1BB3. Grayscale: #B0B0B0. Windows color (decimal): -9378740 or 5039216. OLE color: 5039216.

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

Color convert

RGB 112 228 76 -
CMYK 0.51 0 0.67 0.11
HSL 105.79º 0.74% 0.6% -
HSV(B) 105.79º 0.67% 0.89% -
XYZ 35.73 59.45 16.43 -
YUV 175.99 71.57 82.36 -
System Red Green Blue C M Y K H S L
Decimal 112 228 76 0.51 0 0.67 0.11 105.79 0.74 0.6
Hex 70 E4 4C 33 0 43 B 6A 4A 3C
Octal 160 344 114 63 0 103 13 152 112 74
Binary 1110000 11100100 1001100 110011 0 1000011 1011 1101010 1001010 111100

Color Harmonies of #70E44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E44C

Black with #70E44C

Text Example


Text Example

White with #70E44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,76); }

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

background-color css

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

 a { background-color: rgb(112,228,76); }

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

border-color css

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

 span { border-color: rgb(112,228,76); }

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