Html Css Color HEX #70E441 Mantis

📋 copy color: '#70E441'

red 112 ◦ green 228 ◦ blue 65

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

Shades of Mantis #70E441

Tints of Mantis #70E441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 27.65%
G = 56.3%
B = 16.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#70E441 (or 0x70E441) is known color: Mantis. HEX triplet: 70, E4 and 41. RGB value is (112,228,65). Sum of RGB (Red+Green+Blue) = 112+228+65=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 228 (89.45% from 255 or 56.30% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 228 - color contains mainly: green. Hex color #70E441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E441 is #8F1BBE. Grayscale: #AFAFAF. Windows color (decimal): -9378751 or 4318320. OLE color: 4318320.

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

Color convert

RGB 112 228 65 -
CMYK 0.51 0 0.71 0.11
HSL 102.7º 0.75% 0.57% -
HSV(B) 102.7º 0.71% 0.89% -
XYZ 35.38 59.31 14.58 -
YUV 174.73 66.07 83.25 -
System Red Green Blue C M Y K H S L
Decimal 112 228 65 0.51 0 0.71 0.11 102.7 0.75 0.57
Hex 70 E4 41 33 0 47 B 67 4B 39
Octal 160 344 101 63 0 107 13 147 113 71
Binary 1110000 11100100 1000001 110011 0 1000111 1011 1100111 1001011 111001

Color Harmonies of #70E441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E441

Black with #70E441

Text Example


Text Example

White with #70E441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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