Html Css Color HEX #70CF53 Mantis

📋 copy color: '#70CF53'

red 112 ◦ green 207 ◦ blue 83

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

Shades of Mantis #70CF53

Tints of Mantis #70CF53

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.49%

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

R = 27.86%
G = 51.49%
B = 20.65%

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

#70CF53 (or 0x70CF53) is known color: Mantis. HEX triplet: 70, CF and 53. RGB value is (112,207,83). Sum of RGB (Red+Green+Blue) = 112+207+83=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF53 is #8F30AC. Grayscale: #A4A4A4. Windows color (decimal): -9384109 or 5492592. OLE color: 5492592.

HSL color Cylindrical-coordinate representation of color #70CF53: hue angle of 105.97º 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 #70CF53 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 83 -
CMYK 0.46 0 0.60 0.19
HSL 105.97º 0.56% 0.57% -
HSV(B) 105.97º 0.6% 0.81% -
XYZ 30.56 48.69 15.97 -
YUV 164.46 82.03 90.58 -
System Red Green Blue C M Y K H S L
Decimal 112 207 83 0.46 0 0.60 0.19 105.97 0.56 0.57
Hex 70 CF 53 2E 0 3C 13 6A 38 39
Octal 160 317 123 56 0 74 23 152 70 71
Binary 1110000 11001111 1010011 101110 0 111100 10011 1101010 111000 111001

Color Harmonies of #70CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF53

Black with #70CF53

Text Example


Text Example

White with #70CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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