Html Css Color HEX #70D25E Mantis

📋 copy color: '#70D25E'

red 112 ◦ green 210 ◦ blue 94

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

Shades of Mantis #70D25E

Tints of Mantis #70D25E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.48%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 26.92%
G = 50.48%
B = 22.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#70D25E (or 0x70D25E) is known color: Mantis. HEX triplet: 70, D2 and 5E. RGB value is (112,210,94). Sum of RGB (Red+Green+Blue) = 112+210+94=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #70D25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D25E is #8F2DA1. Grayscale: #A7A7A7. Windows color (decimal): -9383330 or 6214256. OLE color: 6214256.

HSL color Cylindrical-coordinate representation of color #70D25E: hue angle of 110.69º degrees, saturation: 0.56, 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 #70D25E is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 94 -
CMYK 0.47 0 0.55 0.18
HSL 110.69º 0.56% 0.6% -
HSV(B) 110.69º 0.55% 0.82% -
XYZ 31.75 50.35 18.63 -
YUV 167.47 86.53 88.43 -
System Red Green Blue C M Y K H S L
Decimal 112 210 94 0.47 0 0.55 0.18 110.69 0.56 0.6
Hex 70 D2 5E 2F 0 37 12 6F 38 3C
Octal 160 322 136 57 0 67 22 157 70 74
Binary 1110000 11010010 1011110 101111 0 110111 10010 1101111 111000 111100

Color Harmonies of #70D25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D25E

Black with #70D25E

Text Example


Text Example

White with #70D25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,94); }

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

background-color css

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

 a { background-color: rgb(112,210,94); }

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

border-color css

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

 span { border-color: rgb(112,210,94); }

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