Html Css Color HEX #70D773 Pastel Green

📋 copy color: '#70D773'

red 112 ◦ green 215 ◦ blue 115

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

Shades of Pastel Green #70D773

Tints of Pastel Green #70D773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.64%

 BLUE value IS 115 (45.31% from 255) = 26.02%

R = 25.34%
G = 48.64%
B = 26.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#70D773 (or 0x70D773) is known color: Pastel Green. HEX triplet: 70, D7 and 73. RGB value is (112,215,115). Sum of RGB (Red+Green+Blue) = 112+215+115=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #70D773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D773 is #8F288C. Grayscale: #ADADAD. Windows color (decimal): -9382029 or 7591792. OLE color: 7591792.

HSL color Cylindrical-coordinate representation of color #70D773: hue angle of 121.75º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D773 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 115 -
CMYK 0.48 0 0.47 0.16
HSL 121.75º 0.56% 0.64% -
HSV(B) 121.75º 0.48% 0.84% -
XYZ 34.08 53.28 24.71 -
YUV 172.8 95.38 84.63 -
System Red Green Blue C M Y K H S L
Decimal 112 215 115 0.48 0 0.47 0.16 121.75 0.56 0.64
Hex 70 D7 73 30 0 2F 10 7A 38 40
Octal 160 327 163 60 0 57 20 172 70 100
Binary 1110000 11010111 1110011 110000 0 101111 10000 1111010 111000 1000000

Color Harmonies of #70D773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D773

Black with #70D773

Text Example


Text Example

White with #70D773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,115); }

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

background-color css

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

 a { background-color: rgb(112,215,115); }

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

border-color css

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

 span { border-color: rgb(112,215,115); }

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