Html Css Color HEX #70D254 Mantis

📋 copy color: '#70D254'

red 112 ◦ green 210 ◦ blue 84

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

Shades of Mantis #70D254

Tints of Mantis #70D254

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.72%

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

R = 27.59%
G = 51.72%
B = 20.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#70D254 (or 0x70D254) is known color: Mantis. HEX triplet: 70, D2 and 54. RGB value is (112,210,84). Sum of RGB (Red+Green+Blue) = 112+210+84=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #70D254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D254 is #8F2DAB. Grayscale: #A6A6A6. Windows color (decimal): -9383340 or 5558896. OLE color: 5558896.

HSL color Cylindrical-coordinate representation of color #70D254: hue angle of 106.67º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70D254 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 84 -
CMYK 0.47 0 0.6 0.18
HSL 106.67º 0.58% 0.58% -
HSV(B) 106.67º 0.6% 0.82% -
XYZ 31.33 50.18 16.42 -
YUV 166.33 81.53 89.25 -
System Red Green Blue C M Y K H S L
Decimal 112 210 84 0.47 0 0.6 0.18 106.67 0.58 0.58
Hex 70 D2 54 2F 0 3C 12 6B 3A 3A
Octal 160 322 124 57 0 74 22 153 72 72
Binary 1110000 11010010 1010100 101111 0 111100 10010 1101011 111010 111010

Color Harmonies of #70D254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D254

Black with #70D254

Text Example


Text Example

White with #70D254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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