Html Css Color HEX #70D888 Pastel Green

📋 copy color: '#70D888'

red 112 ◦ green 216 ◦ blue 136

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

Shades of Pastel Green #70D888

Tints of Pastel Green #70D888

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.55%

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

R = 24.14%
G = 46.55%
B = 29.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#70D888 (or 0x70D888) is known color: Pastel Green. HEX triplet: 70, D8 and 88. RGB value is (112,216,136). Sum of RGB (Red+Green+Blue) = 112+216+136=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #70D888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D888 is #8F2777. Grayscale: #B0B0B0. Windows color (decimal): -9381752 or 8968304. OLE color: 8968304.

HSL color Cylindrical-coordinate representation of color #70D888: hue angle of 133.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D888 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 136 -
CMYK 0.48 0 0.37 0.15
HSL 133.85º 0.57% 0.64% -
HSV(B) 133.85º 0.48% 0.85% -
XYZ 35.68 54.33 31.9 -
YUV 175.78 105.54 82.5 -
System Red Green Blue C M Y K H S L
Decimal 112 216 136 0.48 0 0.37 0.15 133.85 0.57 0.64
Hex 70 D8 88 30 0 25 F 86 39 40
Octal 160 330 210 60 0 45 17 206 71 100
Binary 1110000 11011000 10001000 110000 0 100101 1111 10000110 111001 1000000

Color Harmonies of #70D888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D888

Black with #70D888

Text Example


Text Example

White with #70D888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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