Html Css Color HEX #70E054 Mantis

📋 copy color: '#70E054'

red 112 ◦ green 224 ◦ blue 84

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

Shades of Mantis #70E054

Tints of Mantis #70E054

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.33%

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

R = 26.67%
G = 53.33%
B = 20%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#70E054 (or 0x70E054) is known color: Mantis. HEX triplet: 70, E0 and 54. RGB value is (112,224,84). Sum of RGB (Red+Green+Blue) = 112+224+84=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #70E054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E054 is #8F1FAB. Grayscale: #AFAFAF. Windows color (decimal): -9379756 or 5562480. OLE color: 5562480.

HSL color Cylindrical-coordinate representation of color #70E054: hue angle of 108º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70E054 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 84 -
CMYK 0.50 0 0.62 0.12
HSL 108º 0.69% 0.6% -
HSV(B) 108º 0.63% 0.88% -
XYZ 34.94 57.4 17.62 -
YUV 174.55 76.89 83.38 -
System Red Green Blue C M Y K H S L
Decimal 112 224 84 0.50 0 0.62 0.12 108 0.69 0.6
Hex 70 E0 54 32 0 3E C 6C 45 3C
Octal 160 340 124 62 0 76 14 154 105 74
Binary 1110000 11100000 1010100 110010 0 111110 1100 1101100 1000101 111100

Color Harmonies of #70E054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E054

Black with #70E054

Text Example


Text Example

White with #70E054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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