Html Css Color HEX #70C95F Mantis

📋 copy color: '#70C95F'

red 112 ◦ green 201 ◦ blue 95

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

Shades of Mantis #70C95F

Tints of Mantis #70C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.26%

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

R = 27.45%
G = 49.26%
B = 23.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#70C95F (or 0x70C95F) is known color: Mantis. HEX triplet: 70, C9 and 5F. RGB value is (112,201,95). Sum of RGB (Red+Green+Blue) = 112+201+95=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #70C95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C95F is #8F36A0. Grayscale: #A2A2A2. Windows color (decimal): -9385633 or 6277488. OLE color: 6277488.

HSL color Cylindrical-coordinate representation of color #70C95F: hue angle of 110.38º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70C95F is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 95 -
CMYK 0.44 0 0.53 0.21
HSL 110.38º 0.5% 0.58% -
HSV(B) 110.38º 0.53% 0.79% -
XYZ 29.63 46.04 18.15 -
YUV 162.31 90.01 92.12 -
System Red Green Blue C M Y K H S L
Decimal 112 201 95 0.44 0 0.53 0.21 110.38 0.5 0.58
Hex 70 C9 5F 2C 0 35 15 6E 32 3A
Octal 160 311 137 54 0 65 25 156 62 72
Binary 1110000 11001001 1011111 101100 0 110101 10101 1101110 110010 111010

Color Harmonies of #70C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C95F

Black with #70C95F

Text Example


Text Example

White with #70C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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