Html Css Color HEX #70DF48 Mantis

📋 copy color: '#70DF48'

red 112 ◦ green 223 ◦ blue 72

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

Shades of Mantis #70DF48

Tints of Mantis #70DF48

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.79%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 27.52%
G = 54.79%
B = 17.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#70DF48 (or 0x70DF48) is known color: Mantis. HEX triplet: 70, DF and 48. RGB value is (112,223,72). Sum of RGB (Red+Green+Blue) = 112+223+72=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF48 is #8F20B7. Grayscale: #ADADAD. Windows color (decimal): -9380024 or 4775792. OLE color: 4775792.

HSL color Cylindrical-coordinate representation of color #70DF48: hue angle of 104.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70DF48 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 72 -
CMYK 0.50 0 0.68 0.13
HSL 104.11º 0.7% 0.58% -
HSV(B) 104.11º 0.68% 0.87% -
XYZ 34.24 56.69 15.27 -
YUV 172.6 71.23 84.78 -
System Red Green Blue C M Y K H S L
Decimal 112 223 72 0.50 0 0.68 0.13 104.11 0.7 0.58
Hex 70 DF 48 32 0 44 D 68 46 3A
Octal 160 337 110 62 0 104 15 150 106 72
Binary 1110000 11011111 1001000 110010 0 1000100 1101 1101000 1000110 111010

Color Harmonies of #70DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF48

Black with #70DF48

Text Example


Text Example

White with #70DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,72); }

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

background-color css

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

 a { background-color: rgb(112,223,72); }

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

border-color css

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

 span { border-color: rgb(112,223,72); }

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