Html Css Color HEX #70D682 Pastel Green

📋 copy color: '#70D682'

red 112 ◦ green 214 ◦ blue 130

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

Shades of Pastel Green #70D682

Tints of Pastel Green #70D682

RGB

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

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

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

R = 24.56%
G = 46.93%
B = 28.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#70D682 (or 0x70D682) is known color: Pastel Green. HEX triplet: 70, D6 and 82. RGB value is (112,214,130). Sum of RGB (Red+Green+Blue) = 112+214+130=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #70D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D682 is #8F297D. Grayscale: #AEAEAE. Windows color (decimal): -9382270 or 8574576. OLE color: 8574576.

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

Color convert

RGB 112 214 130 -
CMYK 0.48 0 0.39 0.16
HSL 130.59º 0.55% 0.64% -
HSV(B) 130.59º 0.48% 0.84% -
XYZ 34.76 53.15 29.55 -
YUV 173.93 103.21 83.83 -
System Red Green Blue C M Y K H S L
Decimal 112 214 130 0.48 0 0.39 0.16 130.59 0.55 0.64
Hex 70 D6 82 30 0 27 10 83 37 40
Octal 160 326 202 60 0 47 20 203 67 100
Binary 1110000 11010110 10000010 110000 0 100111 10000 10000011 110111 1000000

Color Harmonies of #70D682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D682

Black with #70D682

Text Example


Text Example

White with #70D682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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