Html Css Color HEX #70D65B Mantis

📋 copy color: '#70D65B'

red 112 ◦ green 214 ◦ blue 91

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

Shades of Mantis #70D65B

Tints of Mantis #70D65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.32%

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 26.86%
G = 51.32%
B = 21.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#70D65B (or 0x70D65B) is known color: Mantis. HEX triplet: 70, D6 and 5B. RGB value is (112,214,91). Sum of RGB (Red+Green+Blue) = 112+214+91=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #70D65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D65B is #8F29A4. Grayscale: #A9A9A9. Windows color (decimal): -9382309 or 6018672. OLE color: 6018672.

HSL color Cylindrical-coordinate representation of color #70D65B: hue angle of 109.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70D65B is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 91 -
CMYK 0.48 0 0.57 0.16
HSL 109.76º 0.6% 0.6% -
HSV(B) 109.76º 0.57% 0.84% -
XYZ 32.62 52.29 18.27 -
YUV 169.48 83.71 87 -
System Red Green Blue C M Y K H S L
Decimal 112 214 91 0.48 0 0.57 0.16 109.76 0.6 0.6
Hex 70 D6 5B 30 0 39 10 6E 3C 3C
Octal 160 326 133 60 0 71 20 156 74 74
Binary 1110000 11010110 1011011 110000 0 111001 10000 1101110 111100 111100

Color Harmonies of #70D65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D65B

Black with #70D65B

Text Example


Text Example

White with #70D65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,214,91); }

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

background-color css

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

 a { background-color: rgb(112,214,91); }

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

border-color css

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

 span { border-color: rgb(112,214,91); }

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