Html Css Color HEX #70C873 Pastel Green

📋 copy color: '#70C873'

red 112 ◦ green 200 ◦ blue 115

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

Shades of Pastel Green #70C873

Tints of Pastel Green #70C873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.93%

R = 26.23%
G = 46.84%
B = 26.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#70C873 (or 0x70C873) is known color: Pastel Green. HEX triplet: 70, C8 and 73. RGB value is (112,200,115). Sum of RGB (Red+Green+Blue) = 112+200+115=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #70C873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C873 is #8F378C. Grayscale: #A4A4A4. Windows color (decimal): -9385869 or 7587952. OLE color: 7587952.

HSL color Cylindrical-coordinate representation of color #70C873: hue angle of 122.05º 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 #70C873 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 115 -
CMYK 0.44 0 0.42 0.22
HSL 122.05º 0.44% 0.61% -
HSV(B) 122.05º 0.44% 0.78% -
XYZ 30.43 45.99 23.49 -
YUV 164 100.35 90.91 -
System Red Green Blue C M Y K H S L
Decimal 112 200 115 0.44 0 0.42 0.22 122.05 0.44 0.61
Hex 70 C8 73 2C 0 2A 16 7A 2C 3D
Octal 160 310 163 54 0 52 26 172 54 75
Binary 1110000 11001000 1110011 101100 0 101010 10110 1111010 101100 111101

Color Harmonies of #70C873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C873

Black with #70C873

Text Example


Text Example

White with #70C873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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