Html Css Color HEX #70CD55 Mantis

📋 copy color: '#70CD55'

red 112 ◦ green 205 ◦ blue 85

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

Shades of Mantis #70CD55

Tints of Mantis #70CD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.14%

R = 27.86%
G = 51%
B = 21.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#70CD55 (or 0x70CD55) is known color: Mantis. HEX triplet: 70, CD and 55. RGB value is (112,205,85). Sum of RGB (Red+Green+Blue) = 112+205+85=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD55 is #8F32AA. Grayscale: #A3A3A3. Windows color (decimal): -9384619 or 5623152. OLE color: 5623152.

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

Color convert

RGB 112 205 85 -
CMYK 0.45 0 0.59 0.20
HSL 106.5º 0.55% 0.57% -
HSV(B) 106.5º 0.59% 0.8% -
XYZ 30.15 47.76 16.22 -
YUV 163.51 83.69 91.26 -
System Red Green Blue C M Y K H S L
Decimal 112 205 85 0.45 0 0.59 0.20 106.5 0.55 0.57
Hex 70 CD 55 2D 0 3B 14 6A 37 39
Octal 160 315 125 55 0 73 24 152 67 71
Binary 1110000 11001101 1010101 101101 0 111011 10100 1101010 110111 111001

Color Harmonies of #70CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD55

Black with #70CD55

Text Example


Text Example

White with #70CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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