Html Css Color HEX #70D586 Pastel Green

📋 copy color: '#70D586'

red 112 ◦ green 213 ◦ blue 134

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

Shades of Pastel Green #70D586

Tints of Pastel Green #70D586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 24.4%
G = 46.41%
B = 29.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#70D586 (or 0x70D586) is known color: Pastel Green. HEX triplet: 70, D5 and 86. RGB value is (112,213,134). Sum of RGB (Red+Green+Blue) = 112+213+134=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #70D586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D586 is #8F2A79. Grayscale: #AEAEAE. Windows color (decimal): -9382522 or 8836464. OLE color: 8836464.

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

Color convert

RGB 112 213 134 -
CMYK 0.47 0 0.37 0.16
HSL 133.07º 0.55% 0.64% -
HSV(B) 133.07º 0.47% 0.84% -
XYZ 34.78 52.75 30.9 -
YUV 173.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 112 213 134 0.47 0 0.37 0.16 133.07 0.55 0.64
Hex 70 D5 86 2F 0 25 10 85 37 40
Octal 160 325 206 57 0 45 20 205 67 100
Binary 1110000 11010101 10000110 101111 0 100101 10000 10000101 110111 1000000

Color Harmonies of #70D586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D586

Black with #70D586

Text Example


Text Example

White with #70D586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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