Html Css Color HEX #70D882 Pastel Green

📋 copy color: '#70D882'

red 112 ◦ green 216 ◦ blue 130

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

Shades of Pastel Green #70D882

Tints of Pastel Green #70D882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 24.45%
G = 47.16%
B = 28.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#70D882 (or 0x70D882) is known color: Pastel Green. HEX triplet: 70, D8 and 82. RGB value is (112,216,130). Sum of RGB (Red+Green+Blue) = 112+216+130=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #70D882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D882 is #8F277D. Grayscale: #AFAFAF. Windows color (decimal): -9381758 or 8575088. OLE color: 8575088.

HSL color Cylindrical-coordinate representation of color #70D882: hue angle of 130.38º 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 #70D882 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 130 -
CMYK 0.48 0 0.40 0.15
HSL 130.38º 0.57% 0.64% -
HSV(B) 130.38º 0.48% 0.85% -
XYZ 35.27 54.17 29.72 -
YUV 175.1 102.54 82.99 -
System Red Green Blue C M Y K H S L
Decimal 112 216 130 0.48 0 0.40 0.15 130.38 0.57 0.64
Hex 70 D8 82 30 0 28 F 82 39 40
Octal 160 330 202 60 0 50 17 202 71 100
Binary 1110000 11011000 10000010 110000 0 101000 1111 10000010 111001 1000000

Color Harmonies of #70D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D882

Black with #70D882

Text Example


Text Example

White with #70D882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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