Html Css Color HEX #70C973 Pastel Green

📋 copy color: '#70C973'

red 112 ◦ green 201 ◦ blue 115

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

Shades of Pastel Green #70C973

Tints of Pastel Green #70C973

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.96%

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

R = 26.17%
G = 46.96%
B = 26.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#70C973 (or 0x70C973) is known color: Pastel Green. HEX triplet: 70, C9 and 73. RGB value is (112,201,115). Sum of RGB (Red+Green+Blue) = 112+201+115=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #70C973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C973 is #8F368C. Grayscale: #A4A4A4. Windows color (decimal): -9385613 or 7588208. OLE color: 7588208.

HSL color Cylindrical-coordinate representation of color #70C973: hue angle of 122.02º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C973 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 115 -
CMYK 0.44 0 0.43 0.21
HSL 122.02º 0.45% 0.61% -
HSV(B) 122.02º 0.44% 0.79% -
XYZ 30.66 46.46 23.57 -
YUV 164.59 100.01 90.49 -
System Red Green Blue C M Y K H S L
Decimal 112 201 115 0.44 0 0.43 0.21 122.02 0.45 0.61
Hex 70 C9 73 2C 0 2B 15 7A 2D 3D
Octal 160 311 163 54 0 53 25 172 55 75
Binary 1110000 11001001 1110011 101100 0 101011 10101 1111010 101101 111101

Color Harmonies of #70C973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C973

Black with #70C973

Text Example


Text Example

White with #70C973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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