Html Css Color HEX #70DF3D Mantis

📋 copy color: '#70DF3D'

red 112 ◦ green 223 ◦ blue 61

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

Shades of Mantis #70DF3D

Tints of Mantis #70DF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.31%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 28.28%
G = 56.31%
B = 15.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#70DF3D (or 0x70DF3D) is known color: Mantis. HEX triplet: 70, DF and 3D. RGB value is (112,223,61). Sum of RGB (Red+Green+Blue) = 112+223+61=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF3D is #8F20C2. Grayscale: #ABABAB. Windows color (decimal): -9380035 or 4054896. OLE color: 4054896.

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

Color convert

RGB 112 223 61 -
CMYK 0.50 0 0.73 0.13
HSL 101.11º 0.72% 0.56% -
HSV(B) 101.11º 0.73% 0.87% -
XYZ 33.91 56.56 13.54 -
YUV 171.34 65.73 85.67 -
System Red Green Blue C M Y K H S L
Decimal 112 223 61 0.50 0 0.73 0.13 101.11 0.72 0.56
Hex 70 DF 3D 32 0 49 D 65 48 38
Octal 160 337 75 62 0 111 15 145 110 70
Binary 1110000 11011111 111101 110010 0 1001001 1101 1100101 1001000 111000

Color Harmonies of #70DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF3D

Black with #70DF3D

Text Example


Text Example

White with #70DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,61); }

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

background-color css

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

 a { background-color: rgb(112,223,61); }

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

border-color css

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

 span { border-color: rgb(112,223,61); }

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