Html Css Color HEX #70D185 Pastel Green

📋 copy color: '#70D185'

red 112 ◦ green 209 ◦ blue 133

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

Shades of Pastel Green #70D185

Tints of Pastel Green #70D185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.04%

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 24.67%
G = 46.04%
B = 29.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#70D185 (or 0x70D185) is known color: Pastel Green. HEX triplet: 70, D1 and 85. RGB value is (112,209,133). Sum of RGB (Red+Green+Blue) = 112+209+133=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #70D185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D185 is #8F2E7A. Grayscale: #ABABAB. Windows color (decimal): -9383547 or 8769904. OLE color: 8769904.

HSL color Cylindrical-coordinate representation of color #70D185: hue angle of 132.99º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D185 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 209 133 -
CMYK 0.46 0 0.36 0.18
HSL 132.99º 0.51% 0.63% -
HSV(B) 132.99º 0.46% 0.82% -
XYZ 33.72 50.74 30.21 -
YUV 171.33 106.36 85.68 -
System Red Green Blue C M Y K H S L
Decimal 112 209 133 0.46 0 0.36 0.18 132.99 0.51 0.63
Hex 70 D1 85 2E 0 24 12 85 33 3F
Octal 160 321 205 56 0 44 22 205 63 77
Binary 1110000 11010001 10000101 101110 0 100100 10010 10000101 110011 111111

Color Harmonies of #70D185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D185

Black with #70D185

Text Example


Text Example

White with #70D185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,209,133); }

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

background-color css

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

 a { background-color: rgb(112,209,133); }

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

border-color css

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

 span { border-color: rgb(112,209,133); }

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