Html Css Color HEX #70CD5D Mantis

📋 copy color: '#70CD5D'

red 112 ◦ green 205 ◦ blue 93

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

Shades of Mantis #70CD5D

Tints of Mantis #70CD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 27.32%
G = 50%
B = 22.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#70CD5D (or 0x70CD5D) is known color: Mantis. HEX triplet: 70, CD and 5D. RGB value is (112,205,93). Sum of RGB (Red+Green+Blue) = 112+205+93=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD5D is #8F32A2. Grayscale: #A4A4A4. Windows color (decimal): -9384611 or 6147440. OLE color: 6147440.

HSL color Cylindrical-coordinate representation of color #70CD5D: hue angle of 109.82º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CD5D is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 93 -
CMYK 0.45 0 0.55 0.20
HSL 109.82º 0.53% 0.58% -
HSV(B) 109.82º 0.55% 0.8% -
XYZ 30.49 47.9 17.99 -
YUV 164.43 87.69 90.61 -
System Red Green Blue C M Y K H S L
Decimal 112 205 93 0.45 0 0.55 0.20 109.82 0.53 0.58
Hex 70 CD 5D 2D 0 37 14 6E 35 3A
Octal 160 315 135 55 0 67 24 156 65 72
Binary 1110000 11001101 1011101 101101 0 110111 10100 1101110 110101 111010

Color Harmonies of #70CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD5D

Black with #70CD5D

Text Example


Text Example

White with #70CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,205,93); }

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

background-color css

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

 a { background-color: rgb(112,205,93); }

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

border-color css

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

 span { border-color: rgb(112,205,93); }

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