Html Css Color HEX #70D94B Mantis

📋 copy color: '#70D94B'

red 112 ◦ green 217 ◦ blue 75

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

Shades of Mantis #70D94B

Tints of Mantis #70D94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.71%

 BLUE value IS 75 (29.69% from 255) = 18.56%

R = 27.72%
G = 53.71%
B = 18.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#70D94B (or 0x70D94B) is known color: Mantis. HEX triplet: 70, D9 and 4B. RGB value is (112,217,75). Sum of RGB (Red+Green+Blue) = 112+217+75=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #70D94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D94B is #8F26B4. Grayscale: #A9A9A9. Windows color (decimal): -9381557 or 4970864. OLE color: 4970864.

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

Color convert

RGB 112 217 75 -
CMYK 0.48 0 0.65 0.15
HSL 104.37º 0.65% 0.57% -
HSV(B) 104.37º 0.65% 0.85% -
XYZ 32.76 53.58 15.27 -
YUV 169.42 74.71 87.05 -
System Red Green Blue C M Y K H S L
Decimal 112 217 75 0.48 0 0.65 0.15 104.37 0.65 0.57
Hex 70 D9 4B 30 0 41 F 68 41 39
Octal 160 331 113 60 0 101 17 150 101 71
Binary 1110000 11011001 1001011 110000 0 1000001 1111 1101000 1000001 111001

Color Harmonies of #70D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D94B

Black with #70D94B

Text Example


Text Example

White with #70D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,217,75); }

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

background-color css

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

 a { background-color: rgb(112,217,75); }

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

border-color css

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

 span { border-color: rgb(112,217,75); }

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