Html Css Color HEX #70CD50 Mantis

📋 copy color: '#70CD50'

red 112 ◦ green 205 ◦ blue 80

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

Shades of Mantis #70CD50

Tints of Mantis #70CD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 28.21%
G = 51.64%
B = 20.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#70CD50 (or 0x70CD50) is known color: Mantis. HEX triplet: 70, CD and 50. RGB value is (112,205,80). Sum of RGB (Red+Green+Blue) = 112+205+80=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD50 is #8F32AF. Grayscale: #A3A3A3. Windows color (decimal): -9384624 or 5295472. OLE color: 5295472.

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

Color convert

RGB 112 205 80 -
CMYK 0.45 0 0.61 0.20
HSL 104.64º 0.56% 0.56% -
HSV(B) 104.64º 0.61% 0.8% -
XYZ 29.96 47.69 15.21 -
YUV 162.94 81.19 91.66 -
System Red Green Blue C M Y K H S L
Decimal 112 205 80 0.45 0 0.61 0.20 104.64 0.56 0.56
Hex 70 CD 50 2D 0 3D 14 69 38 38
Octal 160 315 120 55 0 75 24 151 70 70
Binary 1110000 11001101 1010000 101101 0 111101 10100 1101001 111000 111000

Color Harmonies of #70CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD50

Black with #70CD50

Text Example


Text Example

White with #70CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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