Html Css Color HEX #70C876 Pastel Green

📋 copy color: '#70C876'

red 112 ◦ green 200 ◦ blue 118

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

Shades of Pastel Green #70C876

Tints of Pastel Green #70C876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.51%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 26.05%
G = 46.51%
B = 27.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#70C876 (or 0x70C876) is known color: Pastel Green. HEX triplet: 70, C8 and 76. RGB value is (112,200,118). Sum of RGB (Red+Green+Blue) = 112+200+118=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #70C876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C876 is #8F3789. Grayscale: #A4A4A4. Windows color (decimal): -9385866 or 7784560. OLE color: 7784560.

HSL color Cylindrical-coordinate representation of color #70C876: hue angle of 124.09º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C876 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 118 -
CMYK 0.44 0 0.41 0.22
HSL 124.09º 0.44% 0.61% -
HSV(B) 124.09º 0.44% 0.78% -
XYZ 30.61 46.06 24.42 -
YUV 164.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 112 200 118 0.44 0 0.41 0.22 124.09 0.44 0.61
Hex 70 C8 76 2C 0 29 16 7C 2C 3D
Octal 160 310 166 54 0 51 26 174 54 75
Binary 1110000 11001000 1110110 101100 0 101001 10110 1111100 101100 111101

Color Harmonies of #70C876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C876

Black with #70C876

Text Example


Text Example

White with #70C876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,200,118); }

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

background-color css

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

 a { background-color: rgb(112,200,118); }

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

border-color css

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

 span { border-color: rgb(112,200,118); }

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