Html Css Color HEX #70E641 Mantis

📋 copy color: '#70E641'

red 112 ◦ green 230 ◦ blue 65

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

Shades of Mantis #70E641

Tints of Mantis #70E641

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.51%

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

R = 27.52%
G = 56.51%
B = 15.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#70E641 (or 0x70E641) is known color: Mantis. HEX triplet: 70, E6 and 41. RGB value is (112,230,65). Sum of RGB (Red+Green+Blue) = 112+230+65=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 230 (90.23% from 255 or 56.51% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 230 - color contains mainly: green. Hex color #70E641 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E641 is #8F19BE. Grayscale: #B0B0B0. Windows color (decimal): -9378239 or 4318832. OLE color: 4318832.

HSL color Cylindrical-coordinate representation of color #70E641: hue angle of 102.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70E641 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 65 -
CMYK 0.51 0 0.72 0.10
HSL 102.91º 0.77% 0.58% -
HSV(B) 102.91º 0.72% 0.9% -
XYZ 35.93 60.42 14.77 -
YUV 175.91 65.41 82.42 -
System Red Green Blue C M Y K H S L
Decimal 112 230 65 0.51 0 0.72 0.10 102.91 0.77 0.58
Hex 70 E6 41 33 0 48 A 67 4D 3A
Octal 160 346 101 63 0 110 12 147 115 72
Binary 1110000 11100110 1000001 110011 0 1001000 1010 1100111 1001101 111010

Color Harmonies of #70E641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E641

Black with #70E641

Text Example


Text Example

White with #70E641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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