Html Css Color HEX #70D688 Pastel Green

📋 copy color: '#70D688'

red 112 ◦ green 214 ◦ blue 136

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

Shades of Pastel Green #70D688

Tints of Pastel Green #70D688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.32%

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

R = 24.24%
G = 46.32%
B = 29.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#70D688 (or 0x70D688) is known color: Pastel Green. HEX triplet: 70, D6 and 88. RGB value is (112,214,136). Sum of RGB (Red+Green+Blue) = 112+214+136=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #70D688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D688 is #8F2977. Grayscale: #AEAEAE. Windows color (decimal): -9382264 or 8967792. OLE color: 8967792.

HSL color Cylindrical-coordinate representation of color #70D688: hue angle of 134.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D688 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 136 -
CMYK 0.48 0 0.36 0.16
HSL 134.12º 0.55% 0.64% -
HSV(B) 134.12º 0.48% 0.84% -
XYZ 35.17 53.32 31.73 -
YUV 174.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 112 214 136 0.48 0 0.36 0.16 134.12 0.55 0.64
Hex 70 D6 88 30 0 24 10 86 37 40
Octal 160 326 210 60 0 44 20 206 67 100
Binary 1110000 11010110 10001000 110000 0 100100 10000 10000110 110111 1000000

Color Harmonies of #70D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D688

Black with #70D688

Text Example


Text Example

White with #70D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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