Html Css Color HEX #70CF62 Mantis

📋 copy color: '#70CF62'

red 112 ◦ green 207 ◦ blue 98

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

Shades of Mantis #70CF62

Tints of Mantis #70CF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 26.86%
G = 49.64%
B = 23.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#70CF62 (or 0x70CF62) is known color: Mantis. HEX triplet: 70, CF and 62. RGB value is (112,207,98). Sum of RGB (Red+Green+Blue) = 112+207+98=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF62 is #8F309D. Grayscale: #A6A6A6. Windows color (decimal): -9384094 or 6475632. OLE color: 6475632.

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

Color convert

RGB 112 207 98 -
CMYK 0.46 0 0.53 0.19
HSL 112.29º 0.53% 0.6% -
HSV(B) 112.29º 0.53% 0.81% -
XYZ 31.2 48.95 19.36 -
YUV 166.17 89.53 89.36 -
System Red Green Blue C M Y K H S L
Decimal 112 207 98 0.46 0 0.53 0.19 112.29 0.53 0.6
Hex 70 CF 62 2E 0 35 13 70 35 3C
Octal 160 317 142 56 0 65 23 160 65 74
Binary 1110000 11001111 1100010 101110 0 110101 10011 1110000 110101 111100

Color Harmonies of #70CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF62

Black with #70CF62

Text Example


Text Example

White with #70CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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