Html Css Color HEX #70CD4D Mantis

📋 copy color: '#70CD4D'

red 112 ◦ green 205 ◦ blue 77

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

Shades of Mantis #70CD4D

Tints of Mantis #70CD4D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.03%

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

R = 28.43%
G = 52.03%
B = 19.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#70CD4D (or 0x70CD4D) is known color: Mantis. HEX triplet: 70, CD and 4D. RGB value is (112,205,77). Sum of RGB (Red+Green+Blue) = 112+205+77=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD4D is #8F32B2. Grayscale: #A3A3A3. Windows color (decimal): -9384627 or 5098864. OLE color: 5098864.

HSL color Cylindrical-coordinate representation of color #70CD4D: hue angle of 103.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70CD4D is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 77 -
CMYK 0.45 0 0.62 0.20
HSL 103.59º 0.56% 0.55% -
HSV(B) 103.59º 0.62% 0.8% -
XYZ 29.85 47.64 14.64 -
YUV 162.6 79.69 91.91 -
System Red Green Blue C M Y K H S L
Decimal 112 205 77 0.45 0 0.62 0.20 103.59 0.56 0.55
Hex 70 CD 4D 2D 0 3E 14 68 38 37
Octal 160 315 115 55 0 76 24 150 70 67
Binary 1110000 11001101 1001101 101101 0 111110 10100 1101000 111000 110111

Color Harmonies of #70CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD4D

Black with #70CD4D

Text Example


Text Example

White with #70CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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