Html Css Color HEX #70DA85 Pastel Green

📋 copy color: '#70DA85'

red 112 ◦ green 218 ◦ blue 133

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

Shades of Pastel Green #70DA85

Tints of Pastel Green #70DA85

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

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

R = 24.19%
G = 47.08%
B = 28.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#70DA85 (or 0x70DA85) is known color: Pastel Green. HEX triplet: 70, DA and 85. RGB value is (112,218,133). Sum of RGB (Red+Green+Blue) = 112+218+133=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA85 is #8F257A. Grayscale: #B0B0B0. Windows color (decimal): -9381243 or 8772208. OLE color: 8772208.

HSL color Cylindrical-coordinate representation of color #70DA85: hue angle of 131.89º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA85 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 133 -
CMYK 0.49 0 0.39 0.15
HSL 131.89º 0.59% 0.65% -
HSV(B) 131.89º 0.49% 0.85% -
XYZ 35.99 55.28 30.96 -
YUV 176.62 103.38 81.91 -
System Red Green Blue C M Y K H S L
Decimal 112 218 133 0.49 0 0.39 0.15 131.89 0.59 0.65
Hex 70 DA 85 31 0 27 F 84 3B 41
Octal 160 332 205 61 0 47 17 204 73 101
Binary 1110000 11011010 10000101 110001 0 100111 1111 10000100 111011 1000001

Color Harmonies of #70DA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA85

Black with #70DA85

Text Example


Text Example

White with #70DA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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