Html Css Color HEX #70DC85 Pastel Green

📋 copy color: '#70DC85'

red 112 ◦ green 220 ◦ blue 133

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

Shades of Pastel Green #70DC85

Tints of Pastel Green #70DC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

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

R = 24.09%
G = 47.31%
B = 28.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#70DC85 (or 0x70DC85) is known color: Pastel Green. HEX triplet: 70, DC and 85. RGB value is (112,220,133). Sum of RGB (Red+Green+Blue) = 112+220+133=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC85 is #8F237A. Grayscale: #B2B2B2. Windows color (decimal): -9380731 or 8772720. OLE color: 8772720.

HSL color Cylindrical-coordinate representation of color #70DC85: hue angle of 131.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DC85 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 133 -
CMYK 0.49 0 0.40 0.14
HSL 131.67º 0.61% 0.65% -
HSV(B) 131.67º 0.49% 0.86% -
XYZ 36.51 56.32 31.14 -
YUV 177.79 102.72 81.07 -
System Red Green Blue C M Y K H S L
Decimal 112 220 133 0.49 0 0.40 0.14 131.67 0.61 0.65
Hex 70 DC 85 31 0 28 E 84 3D 41
Octal 160 334 205 61 0 50 16 204 75 101
Binary 1110000 11011100 10000101 110001 0 101000 1110 10000100 111101 1000001

Color Harmonies of #70DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC85

Black with #70DC85

Text Example


Text Example

White with #70DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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