Html Css Color HEX #70E04F Mantis

📋 copy color: '#70E04F'

red 112 ◦ green 224 ◦ blue 79

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

Shades of Mantis #70E04F

Tints of Mantis #70E04F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.98%

 BLUE value IS 79 (31.25% from 255) = 19.04%

R = 26.99%
G = 53.98%
B = 19.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#70E04F (or 0x70E04F) is known color: Mantis. HEX triplet: 70, E0 and 4F. RGB value is (112,224,79). Sum of RGB (Red+Green+Blue) = 112+224+79=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #70E04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E04F is #8F1FB0. Grayscale: #AEAEAE. Windows color (decimal): -9379761 or 5234800. OLE color: 5234800.

HSL color Cylindrical-coordinate representation of color #70E04F: hue angle of 106.34º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70E04F is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 79 -
CMYK 0.50 0 0.65 0.12
HSL 106.34º 0.7% 0.59% -
HSV(B) 106.34º 0.65% 0.88% -
XYZ 34.75 57.32 16.63 -
YUV 173.98 74.39 83.79 -
System Red Green Blue C M Y K H S L
Decimal 112 224 79 0.50 0 0.65 0.12 106.34 0.7 0.59
Hex 70 E0 4F 32 0 41 C 6A 46 3B
Octal 160 340 117 62 0 101 14 152 106 73
Binary 1110000 11100000 1001111 110010 0 1000001 1100 1101010 1000110 111011

Color Harmonies of #70E04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E04F

Black with #70E04F

Text Example


Text Example

White with #70E04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,224,79); }

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

background-color css

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

 a { background-color: rgb(112,224,79); }

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

border-color css

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

 span { border-color: rgb(112,224,79); }

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