Html Css Color HEX #70D588 Pastel Green

📋 copy color: '#70D588'

red 112 ◦ green 213 ◦ blue 136

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

Shades of Pastel Green #70D588

Tints of Pastel Green #70D588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 24.3%
G = 46.2%
B = 29.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#70D588 (or 0x70D588) is known color: Pastel Green. HEX triplet: 70, D5 and 88. RGB value is (112,213,136). Sum of RGB (Red+Green+Blue) = 112+213+136=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #70D588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D588 is #8F2A77. Grayscale: #AEAEAE. Windows color (decimal): -9382520 or 8967536. OLE color: 8967536.

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

Color convert

RGB 112 213 136 -
CMYK 0.47 0 0.36 0.16
HSL 134.26º 0.55% 0.64% -
HSV(B) 134.26º 0.47% 0.84% -
XYZ 34.92 52.81 31.65 -
YUV 174.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 112 213 136 0.47 0 0.36 0.16 134.26 0.55 0.64
Hex 70 D5 88 2F 0 24 10 86 37 40
Octal 160 325 210 57 0 44 20 206 67 100
Binary 1110000 11010101 10001000 101111 0 100100 10000 10000110 110111 1000000

Color Harmonies of #70D588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D588

Black with #70D588

Text Example


Text Example

White with #70D588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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