Html Css Color HEX #70D883 Pastel Green

📋 copy color: '#70D883'

red 112 ◦ green 216 ◦ blue 131

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

Shades of Pastel Green #70D883

Tints of Pastel Green #70D883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 24.4%
G = 47.06%
B = 28.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#70D883 (or 0x70D883) is known color: Pastel Green. HEX triplet: 70, D8 and 83. RGB value is (112,216,131). Sum of RGB (Red+Green+Blue) = 112+216+131=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #70D883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D883 is #8F277C. Grayscale: #AFAFAF. Windows color (decimal): -9381757 or 8640624. OLE color: 8640624.

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

Color convert

RGB 112 216 131 -
CMYK 0.48 0 0.39 0.15
HSL 130.96º 0.57% 0.64% -
HSV(B) 130.96º 0.48% 0.85% -
XYZ 35.33 54.2 30.07 -
YUV 175.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 112 216 131 0.48 0 0.39 0.15 130.96 0.57 0.64
Hex 70 D8 83 30 0 27 F 83 39 40
Octal 160 330 203 60 0 47 17 203 71 100
Binary 1110000 11011000 10000011 110000 0 100111 1111 10000011 111001 1000000

Color Harmonies of #70D883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D883

Black with #70D883

Text Example


Text Example

White with #70D883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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