Html Css Color HEX #70D87B Pastel Green

📋 copy color: '#70D87B'

red 112 ◦ green 216 ◦ blue 123

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

Shades of Pastel Green #70D87B

Tints of Pastel Green #70D87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.27%

R = 24.83%
G = 47.89%
B = 27.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#70D87B (or 0x70D87B) is known color: Pastel Green. HEX triplet: 70, D8 and 7B. RGB value is (112,216,123). Sum of RGB (Red+Green+Blue) = 112+216+123=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #70D87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D87B is #8F2784. Grayscale: #AEAEAE. Windows color (decimal): -9381765 or 8116336. OLE color: 8116336.

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

Color convert

RGB 112 216 123 -
CMYK 0.48 0 0.43 0.15
HSL 126.35º 0.57% 0.64% -
HSV(B) 126.35º 0.48% 0.85% -
XYZ 34.81 53.99 27.32 -
YUV 174.3 99.04 83.56 -
System Red Green Blue C M Y K H S L
Decimal 112 216 123 0.48 0 0.43 0.15 126.35 0.57 0.64
Hex 70 D8 7B 30 0 2B F 7E 39 40
Octal 160 330 173 60 0 53 17 176 71 100
Binary 1110000 11011000 1111011 110000 0 101011 1111 1111110 111001 1000000

Color Harmonies of #70D87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D87B

Black with #70D87B

Text Example


Text Example

White with #70D87B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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