Html Css Color HEX #70D57F Pastel Green

📋 copy color: '#70D57F'

red 112 ◦ green 213 ◦ blue 127

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

Shades of Pastel Green #70D57F

Tints of Pastel Green #70D57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 24.78%
G = 47.12%
B = 28.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#70D57F (or 0x70D57F) is known color: Pastel Green. HEX triplet: 70, D5 and 7F. RGB value is (112,213,127). Sum of RGB (Red+Green+Blue) = 112+213+127=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #70D57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D57F is #8F2A80. Grayscale: #ADADAD. Windows color (decimal): -9382529 or 8377712. OLE color: 8377712.

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

Color convert

RGB 112 213 127 -
CMYK 0.47 0 0.40 0.16
HSL 128.91º 0.55% 0.64% -
HSV(B) 128.91º 0.47% 0.84% -
XYZ 34.31 52.57 28.42 -
YUV 173 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 112 213 127 0.47 0 0.40 0.16 128.91 0.55 0.64
Hex 70 D5 7F 2F 0 28 10 81 37 40
Octal 160 325 177 57 0 50 20 201 67 100
Binary 1110000 11010101 1111111 101111 0 101000 10000 10000001 110111 1000000

Color Harmonies of #70D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D57F

Black with #70D57F

Text Example


Text Example

White with #70D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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