Html Css Color HEX #70CF4D Mantis

📋 copy color: '#70CF4D'

red 112 ◦ green 207 ◦ blue 77

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

Shades of Mantis #70CF4D

Tints of Mantis #70CF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 28.28%
G = 52.27%
B = 19.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#70CF4D (or 0x70CF4D) is known color: Mantis. HEX triplet: 70, CF and 4D. RGB value is (112,207,77). Sum of RGB (Red+Green+Blue) = 112+207+77=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF4D is #8F30B2. Grayscale: #A4A4A4. Windows color (decimal): -9384115 or 5099376. OLE color: 5099376.

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

Color convert

RGB 112 207 77 -
CMYK 0.46 0 0.63 0.19
HSL 103.85º 0.58% 0.56% -
HSV(B) 103.85º 0.63% 0.81% -
XYZ 30.33 48.61 14.8 -
YUV 163.78 79.03 91.07 -
System Red Green Blue C M Y K H S L
Decimal 112 207 77 0.46 0 0.63 0.19 103.85 0.58 0.56
Hex 70 CF 4D 2E 0 3F 13 68 3A 38
Octal 160 317 115 56 0 77 23 150 72 70
Binary 1110000 11001111 1001101 101110 0 111111 10011 1101000 111010 111000

Color Harmonies of #70CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF4D

Black with #70CF4D

Text Example


Text Example

White with #70CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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