Html Css Color HEX #70D15F Mantis

📋 copy color: '#70D15F'

red 112 ◦ green 209 ◦ blue 95

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

Shades of Mantis #70D15F

Tints of Mantis #70D15F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.24%

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 26.92%
G = 50.24%
B = 22.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#70D15F (or 0x70D15F) is known color: Mantis. HEX triplet: 70, D1 and 5F. RGB value is (112,209,95). Sum of RGB (Red+Green+Blue) = 112+209+95=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #70D15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D15F is #8F2EA0. Grayscale: #A7A7A7. Windows color (decimal): -9383585 or 6279536. OLE color: 6279536.

HSL color Cylindrical-coordinate representation of color #70D15F: hue angle of 111.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70D15F is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 209 95 -
CMYK 0.46 0 0.55 0.18
HSL 111.05º 0.55% 0.6% -
HSV(B) 111.05º 0.55% 0.82% -
XYZ 31.55 49.87 18.79 -
YUV 167 87.36 88.77 -
System Red Green Blue C M Y K H S L
Decimal 112 209 95 0.46 0 0.55 0.18 111.05 0.55 0.6
Hex 70 D1 5F 2E 0 37 12 6F 37 3C
Octal 160 321 137 56 0 67 22 157 67 74
Binary 1110000 11010001 1011111 101110 0 110111 10010 1101111 110111 111100

Color Harmonies of #70D15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D15F

Black with #70D15F

Text Example


Text Example

White with #70D15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,209,95); }

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

background-color css

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

 a { background-color: rgb(112,209,95); }

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

border-color css

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

 span { border-color: rgb(112,209,95); }

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