Html Css Color HEX #70BF54 Mantis

📋 copy color: '#70BF54'

red 112 ◦ green 191 ◦ blue 84

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

Shades of Mantis #70BF54

Tints of Mantis #70BF54

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 28.94%
G = 49.35%
B = 21.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#70BF54 (or 0x70BF54) is known color: Mantis. HEX triplet: 70, BF and 54. RGB value is (112,191,84). Sum of RGB (Red+Green+Blue) = 112+191+84=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF54 is #8F40AB. Grayscale: #9B9B9B. Windows color (decimal): -9388204 or 5554032. OLE color: 5554032.

HSL color Cylindrical-coordinate representation of color #70BF54: hue angle of 104.3º 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 #70BF54 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 191 84 -
CMYK 0.41 0 0.56 0.25
HSL 104.3º 0.46% 0.54% -
HSV(B) 104.3º 0.56% 0.75% -
XYZ 26.91 41.35 14.95 -
YUV 155.18 87.83 97.2 -
System Red Green Blue C M Y K H S L
Decimal 112 191 84 0.41 0 0.56 0.25 104.3 0.46 0.54
Hex 70 BF 54 29 0 38 19 68 2E 36
Octal 160 277 124 51 0 70 31 150 56 66
Binary 1110000 10111111 1010100 101001 0 111000 11001 1101000 101110 110110

Color Harmonies of #70BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF54

Black with #70BF54

Text Example


Text Example

White with #70BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,191,84); }

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

background-color css

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

 a { background-color: rgb(112,191,84); }

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

border-color css

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

 span { border-color: rgb(112,191,84); }

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