Html Css Color HEX #70C055 Mantis

📋 copy color: '#70C055'

red 112 ◦ green 192 ◦ blue 85

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

Shades of Mantis #70C055

Tints of Mantis #70C055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

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

R = 28.79%
G = 49.36%
B = 21.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#70C055 (or 0x70C055) is known color: Mantis. HEX triplet: 70, C0 and 55. RGB value is (112,192,85). Sum of RGB (Red+Green+Blue) = 112+192+85=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #70C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C055 is #8F3FAA. Grayscale: #9C9C9C. Windows color (decimal): -9387947 or 5619824. OLE color: 5619824.

HSL color Cylindrical-coordinate representation of color #70C055: hue angle of 104.86º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C055 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 192 85 -
CMYK 0.42 0 0.56 0.25
HSL 104.86º 0.46% 0.54% -
HSV(B) 104.86º 0.56% 0.75% -
XYZ 27.17 41.8 15.23 -
YUV 155.88 88 96.7 -
System Red Green Blue C M Y K H S L
Decimal 112 192 85 0.42 0 0.56 0.25 104.86 0.46 0.54
Hex 70 C0 55 2A 0 38 19 69 2E 36
Octal 160 300 125 52 0 70 31 151 56 66
Binary 1110000 11000000 1010101 101010 0 111000 11001 1101001 101110 110110

Color Harmonies of #70C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C055

Black with #70C055

Text Example


Text Example

White with #70C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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