Html Css Color HEX #70CA4B Mantis

📋 copy color: '#70CA4B'

red 112 ◦ green 202 ◦ blue 75

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

Shades of Mantis #70CA4B

Tints of Mantis #70CA4B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 28.79%
G = 51.93%
B = 19.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#70CA4B (or 0x70CA4B) is known color: Mantis. HEX triplet: 70, CA and 4B. RGB value is (112,202,75). Sum of RGB (Red+Green+Blue) = 112+202+75=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA4B is #8F35B4. Grayscale: #A1A1A1. Windows color (decimal): -9385397 or 4967024. OLE color: 4967024.

HSL color Cylindrical-coordinate representation of color #70CA4B: hue angle of 102.52º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70CA4B is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 75 -
CMYK 0.45 0 0.63 0.21
HSL 102.52º 0.55% 0.54% -
HSV(B) 102.52º 0.63% 0.79% -
XYZ 29.07 46.19 14.04 -
YUV 160.61 79.68 93.33 -
System Red Green Blue C M Y K H S L
Decimal 112 202 75 0.45 0 0.63 0.21 102.52 0.55 0.54
Hex 70 CA 4B 2D 0 3F 15 67 37 36
Octal 160 312 113 55 0 77 25 147 67 66
Binary 1110000 11001010 1001011 101101 0 111111 10101 1100111 110111 110110

Color Harmonies of #70CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA4B

Black with #70CA4B

Text Example


Text Example

White with #70CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,202,75); }

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

background-color css

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

 a { background-color: rgb(112,202,75); }

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

border-color css

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

 span { border-color: rgb(112,202,75); }

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