Html Css Color HEX #70CF48 Mantis

📋 copy color: '#70CF48'

red 112 ◦ green 207 ◦ blue 72

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

Shades of Mantis #70CF48

Tints of Mantis #70CF48

RGB

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

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

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

R = 28.64%
G = 52.94%
B = 18.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#70CF48 (or 0x70CF48) is known color: Mantis. HEX triplet: 70, CF and 48. RGB value is (112,207,72). Sum of RGB (Red+Green+Blue) = 112+207+72=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF48 is #8F30B7. Grayscale: #A3A3A3. Windows color (decimal): -9384120 or 4771696. OLE color: 4771696.

HSL color Cylindrical-coordinate representation of color #70CF48: hue angle of 102.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70CF48 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 72 -
CMYK 0.46 0 0.65 0.19
HSL 102.22º 0.58% 0.55% -
HSV(B) 102.22º 0.65% 0.81% -
XYZ 30.16 48.54 13.91 -
YUV 163.21 76.53 91.48 -
System Red Green Blue C M Y K H S L
Decimal 112 207 72 0.46 0 0.65 0.19 102.22 0.58 0.55
Hex 70 CF 48 2E 0 41 13 66 3A 37
Octal 160 317 110 56 0 101 23 146 72 67
Binary 1110000 11001111 1001000 101110 0 1000001 10011 1100110 111010 110111

Color Harmonies of #70CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF48

Black with #70CF48

Text Example


Text Example

White with #70CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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