Html Css Color HEX #70D587 Pastel Green

📋 copy color: '#70D587'

red 112 ◦ green 213 ◦ blue 135

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

Shades of Pastel Green #70D587

Tints of Pastel Green #70D587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 24.35%
G = 46.3%
B = 29.35%

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

#70D587 (or 0x70D587) is known color: Pastel Green. HEX triplet: 70, D5 and 87. RGB value is (112,213,135). Sum of RGB (Red+Green+Blue) = 112+213+135=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #70D587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D587 is #8F2A78. Grayscale: #AEAEAE. Windows color (decimal): -9382521 or 8902000. OLE color: 8902000.

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

Color convert

RGB 112 213 135 -
CMYK 0.47 0 0.37 0.16
HSL 133.66º 0.55% 0.64% -
HSV(B) 133.66º 0.47% 0.84% -
XYZ 34.85 52.78 31.27 -
YUV 173.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 112 213 135 0.47 0 0.37 0.16 133.66 0.55 0.64
Hex 70 D5 87 2F 0 25 10 86 37 40
Octal 160 325 207 57 0 45 20 206 67 100
Binary 1110000 11010101 10000111 101111 0 100101 10000 10000110 110111 1000000

Color Harmonies of #70D587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D587

Black with #70D587

Text Example


Text Example

White with #70D587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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