Html Css Color HEX #70D573 Pastel Green

📋 copy color: '#70D573'

red 112 ◦ green 213 ◦ blue 115

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

Shades of Pastel Green #70D573

Tints of Pastel Green #70D573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

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

R = 25.45%
G = 48.41%
B = 26.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#70D573 (or 0x70D573) is known color: Pastel Green. HEX triplet: 70, D5 and 73. RGB value is (112,213,115). Sum of RGB (Red+Green+Blue) = 112+213+115=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #70D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D573 is #8F2A8C. Grayscale: #ABABAB. Windows color (decimal): -9382541 or 7591280. OLE color: 7591280.

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

Color convert

RGB 112 213 115 -
CMYK 0.47 0 0.46 0.16
HSL 121.78º 0.55% 0.64% -
HSV(B) 121.78º 0.47% 0.84% -
XYZ 33.57 52.27 24.54 -
YUV 171.63 96.04 85.47 -
System Red Green Blue C M Y K H S L
Decimal 112 213 115 0.47 0 0.46 0.16 121.78 0.55 0.64
Hex 70 D5 73 2F 0 2E 10 7A 37 40
Octal 160 325 163 57 0 56 20 172 67 100
Binary 1110000 11010101 1110011 101111 0 101110 10000 1111010 110111 1000000

Color Harmonies of #70D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D573

Black with #70D573

Text Example


Text Example

White with #70D573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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