Html Css Color HEX #70D27B Pastel Green

📋 copy color: '#70D27B'

red 112 ◦ green 210 ◦ blue 123

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

Shades of Pastel Green #70D27B

Tints of Pastel Green #70D27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

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

R = 25.17%
G = 47.19%
B = 27.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#70D27B (or 0x70D27B) is known color: Pastel Green. HEX triplet: 70, D2 and 7B. RGB value is (112,210,123). Sum of RGB (Red+Green+Blue) = 112+210+123=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #70D27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D27B is #8F2D84. Grayscale: #ABABAB. Windows color (decimal): -9383301 or 8114800. OLE color: 8114800.

HSL color Cylindrical-coordinate representation of color #70D27B: hue angle of 126.73º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D27B is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 123 -
CMYK 0.47 0 0.41 0.18
HSL 126.73º 0.52% 0.63% -
HSV(B) 126.73º 0.47% 0.82% -
XYZ 33.3 50.97 26.82 -
YUV 170.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 112 210 123 0.47 0 0.41 0.18 126.73 0.52 0.63
Hex 70 D2 7B 2F 0 29 12 7F 34 3F
Octal 160 322 173 57 0 51 22 177 64 77
Binary 1110000 11010010 1111011 101111 0 101001 10010 1111111 110100 111111

Color Harmonies of #70D27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D27B

Black with #70D27B

Text Example


Text Example

White with #70D27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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