Html Css Color HEX #70E446 Mantis

📋 copy color: '#70E446'

red 112 ◦ green 228 ◦ blue 70

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

Shades of Mantis #70E446

Tints of Mantis #70E446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 27.32%
G = 55.61%
B = 17.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#70E446 (or 0x70E446) is known color: Mantis. HEX triplet: 70, E4 and 46. RGB value is (112,228,70). Sum of RGB (Red+Green+Blue) = 112+228+70=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #70E446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E446 is #8F1BB9. Grayscale: #AFAFAF. Windows color (decimal): -9378746 or 4646000. OLE color: 4646000.

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

Color convert

RGB 112 228 70 -
CMYK 0.51 0 0.69 0.11
HSL 104.05º 0.75% 0.58% -
HSV(B) 104.05º 0.69% 0.89% -
XYZ 35.53 59.37 15.38 -
YUV 175.3 68.57 82.85 -
System Red Green Blue C M Y K H S L
Decimal 112 228 70 0.51 0 0.69 0.11 104.05 0.75 0.58
Hex 70 E4 46 33 0 45 B 68 4B 3A
Octal 160 344 106 63 0 105 13 150 113 72
Binary 1110000 11100100 1000110 110011 0 1000101 1011 1101000 1001011 111010

Color Harmonies of #70E446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E446

Black with #70E446

Text Example


Text Example

White with #70E446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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