Html Css Color HEX #70CA73 Pastel Green

📋 copy color: '#70CA73'

red 112 ◦ green 202 ◦ blue 115

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

Shades of Pastel Green #70CA73

Tints of Pastel Green #70CA73

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.09%

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

R = 26.11%
G = 47.09%
B = 26.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#70CA73 (or 0x70CA73) is known color: Pastel Green. HEX triplet: 70, CA and 73. RGB value is (112,202,115). Sum of RGB (Red+Green+Blue) = 112+202+115=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA73 is #8F358C. Grayscale: #A5A5A5. Windows color (decimal): -9385357 or 7588464. OLE color: 7588464.

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

Color convert

RGB 112 202 115 -
CMYK 0.45 0 0.43 0.21
HSL 122º 0.46% 0.62% -
HSV(B) 122º 0.45% 0.79% -
XYZ 30.9 46.92 23.65 -
YUV 165.17 99.68 90.07 -
System Red Green Blue C M Y K H S L
Decimal 112 202 115 0.45 0 0.43 0.21 122 0.46 0.62
Hex 70 CA 73 2D 0 2B 15 7A 2E 3E
Octal 160 312 163 55 0 53 25 172 56 76
Binary 1110000 11001010 1110011 101101 0 101011 10101 1111010 101110 111110

Color Harmonies of #70CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA73

Black with #70CA73

Text Example


Text Example

White with #70CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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