Html Css Color HEX #70D57D Pastel Green

📋 copy color: '#70D57D'

red 112 ◦ green 213 ◦ blue 125

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

Shades of Pastel Green #70D57D

Tints of Pastel Green #70D57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 24.89%
G = 47.33%
B = 27.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#70D57D (or 0x70D57D) is known color: Pastel Green. HEX triplet: 70, D5 and 7D. RGB value is (112,213,125). Sum of RGB (Red+Green+Blue) = 112+213+125=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #70D57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D57D is #8F2A82. Grayscale: #ADADAD. Windows color (decimal): -9382531 or 8246640. OLE color: 8246640.

HSL color Cylindrical-coordinate representation of color #70D57D: hue angle of 127.72º 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 #70D57D is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 125 -
CMYK 0.47 0 0.41 0.16
HSL 127.72º 0.55% 0.64% -
HSV(B) 127.72º 0.47% 0.84% -
XYZ 34.18 52.51 27.74 -
YUV 172.77 101.04 84.66 -
System Red Green Blue C M Y K H S L
Decimal 112 213 125 0.47 0 0.41 0.16 127.72 0.55 0.64
Hex 70 D5 7D 2F 0 29 10 80 37 40
Octal 160 325 175 57 0 51 20 200 67 100
Binary 1110000 11010101 1111101 101111 0 101001 10000 10000000 110111 1000000

Color Harmonies of #70D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D57D

Black with #70D57D

Text Example


Text Example

White with #70D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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