Html Css Color HEX #70D37B Pastel Green

📋 copy color: '#70D37B'

red 112 ◦ green 211 ◦ blue 123

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

Shades of Pastel Green #70D37B

Tints of Pastel Green #70D37B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 25.11%
G = 47.31%
B = 27.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#70D37B (or 0x70D37B) is known color: Pastel Green. HEX triplet: 70, D3 and 7B. RGB value is (112,211,123). Sum of RGB (Red+Green+Blue) = 112+211+123=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #70D37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D37B is #8F2C84. Grayscale: #ABABAB. Windows color (decimal): -9383045 or 8115056. OLE color: 8115056.

HSL color Cylindrical-coordinate representation of color #70D37B: hue angle of 126.67º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D37B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 211 123 -
CMYK 0.47 0 0.42 0.17
HSL 126.67º 0.53% 0.63% -
HSV(B) 126.67º 0.47% 0.83% -
XYZ 33.55 51.46 26.9 -
YUV 171.37 100.7 85.66 -
System Red Green Blue C M Y K H S L
Decimal 112 211 123 0.47 0 0.42 0.17 126.67 0.53 0.63
Hex 70 D3 7B 2F 0 2A 11 7F 35 3F
Octal 160 323 173 57 0 52 21 177 65 77
Binary 1110000 11010011 1111011 101111 0 101010 10001 1111111 110101 111111

Color Harmonies of #70D37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D37B

Black with #70D37B

Text Example


Text Example

White with #70D37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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