Html Css Color HEX #70CC5F Mantis

📋 copy color: '#70CC5F'

red 112 ◦ green 204 ◦ blue 95

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

Shades of Mantis #70CC5F

Tints of Mantis #70CC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 27.25%
G = 49.64%
B = 23.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#70CC5F (or 0x70CC5F) is known color: Mantis. HEX triplet: 70, CC and 5F. RGB value is (112,204,95). Sum of RGB (Red+Green+Blue) = 112+204+95=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC5F is #8F33A0. Grayscale: #A4A4A4. Windows color (decimal): -9384865 or 6278256. OLE color: 6278256.

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

Color convert

RGB 112 204 95 -
CMYK 0.45 0 0.53 0.2
HSL 110.64º 0.52% 0.59% -
HSV(B) 110.64º 0.53% 0.8% -
XYZ 30.34 47.46 18.39 -
YUV 164.07 89.02 90.86 -
System Red Green Blue C M Y K H S L
Decimal 112 204 95 0.45 0 0.53 0.2 110.64 0.52 0.59
Hex 70 CC 5F 2D 0 35 14 6F 34 3B
Octal 160 314 137 55 0 65 24 157 64 73
Binary 1110000 11001100 1011111 101101 0 110101 10100 1101111 110100 111011

Color Harmonies of #70CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC5F

Black with #70CC5F

Text Example


Text Example

White with #70CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,204,95); }

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

background-color css

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

 a { background-color: rgb(112,204,95); }

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

border-color css

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

 span { border-color: rgb(112,204,95); }

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