Html Css Color HEX #70CE53 Mantis

📋 copy color: '#70CE53'

red 112 ◦ green 206 ◦ blue 83

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

Shades of Mantis #70CE53

Tints of Mantis #70CE53

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.37%

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 27.93%
G = 51.37%
B = 20.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#70CE53 (or 0x70CE53) is known color: Mantis. HEX triplet: 70, CE and 53. RGB value is (112,206,83). Sum of RGB (Red+Green+Blue) = 112+206+83=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE53 is #8F31AC. Grayscale: #A4A4A4. Windows color (decimal): -9384365 or 5492336. OLE color: 5492336.

HSL color Cylindrical-coordinate representation of color #70CE53: hue angle of 105.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70CE53 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 83 -
CMYK 0.46 0 0.60 0.19
HSL 105.85º 0.56% 0.57% -
HSV(B) 105.85º 0.6% 0.81% -
XYZ 30.31 48.21 15.89 -
YUV 163.87 82.36 91 -
System Red Green Blue C M Y K H S L
Decimal 112 206 83 0.46 0 0.60 0.19 105.85 0.56 0.57
Hex 70 CE 53 2E 0 3C 13 6A 38 39
Octal 160 316 123 56 0 74 23 152 70 71
Binary 1110000 11001110 1010011 101110 0 111100 10011 1101010 111000 111001

Color Harmonies of #70CE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE53

Black with #70CE53

Text Example


Text Example

White with #70CE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,83); }

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

background-color css

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

 a { background-color: rgb(112,206,83); }

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

border-color css

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

 span { border-color: rgb(112,206,83); }

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