Html Css Color HEX #70DE42 Mantis

📋 copy color: '#70DE42'

red 112 ◦ green 222 ◦ blue 66

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

Shades of Mantis #70DE42

Tints of Mantis #70DE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.5%

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 28%
G = 55.5%
B = 16.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#70DE42 (or 0x70DE42) is known color: Mantis. HEX triplet: 70, DE and 42. RGB value is (112,222,66). Sum of RGB (Red+Green+Blue) = 112+222+66=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 222 (87.11% from 255 or 55.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DE42 is #8F21BD. Grayscale: #ABABAB. Windows color (decimal): -9380286 or 4382320. OLE color: 4382320.

HSL color Cylindrical-coordinate representation of color #70DE42: hue angle of 102.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70DE42 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 66 -
CMYK 0.50 0 0.70 0.13
HSL 102.31º 0.7% 0.56% -
HSV(B) 102.31º 0.7% 0.87% -
XYZ 33.79 56.08 14.2 -
YUV 171.33 68.56 85.68 -
System Red Green Blue C M Y K H S L
Decimal 112 222 66 0.50 0 0.70 0.13 102.31 0.7 0.56
Hex 70 DE 42 32 0 46 D 66 46 38
Octal 160 336 102 62 0 106 15 146 106 70
Binary 1110000 11011110 1000010 110010 0 1000110 1101 1100110 1000110 111000

Color Harmonies of #70DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DE42

Black with #70DE42

Text Example


Text Example

White with #70DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,66); }

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

background-color css

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

 a { background-color: rgb(112,222,66); }

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

border-color css

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

 span { border-color: rgb(112,222,66); }

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