Html Css Color HEX #70CF52 Mantis

📋 copy color: '#70CF52'

red 112 ◦ green 207 ◦ blue 82

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

Shades of Mantis #70CF52

Tints of Mantis #70CF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 27.93%
G = 51.62%
B = 20.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#70CF52 (or 0x70CF52) is known color: Mantis. HEX triplet: 70, CF and 52. RGB value is (112,207,82). Sum of RGB (Red+Green+Blue) = 112+207+82=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF52 is #8F30AD. Grayscale: #A4A4A4. Windows color (decimal): -9384110 or 5427056. OLE color: 5427056.

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

Color convert

RGB 112 207 82 -
CMYK 0.46 0 0.60 0.19
HSL 105.6º 0.57% 0.57% -
HSV(B) 105.6º 0.6% 0.81% -
XYZ 30.52 48.68 15.77 -
YUV 164.35 81.53 90.66 -
System Red Green Blue C M Y K H S L
Decimal 112 207 82 0.46 0 0.60 0.19 105.6 0.57 0.57
Hex 70 CF 52 2E 0 3C 13 6A 39 39
Octal 160 317 122 56 0 74 23 152 71 71
Binary 1110000 11001111 1010010 101110 0 111100 10011 1101010 111001 111001

Color Harmonies of #70CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF52

Black with #70CF52

Text Example


Text Example

White with #70CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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