Html Css Color HEX #70CA79 Pastel Green

📋 copy color: '#70CA79'

red 112 ◦ green 202 ◦ blue 121

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

Shades of Pastel Green #70CA79

Tints of Pastel Green #70CA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.82%

R = 25.75%
G = 46.44%
B = 27.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#70CA79 (or 0x70CA79) is known color: Pastel Green. HEX triplet: 70, CA and 79. RGB value is (112,202,121). Sum of RGB (Red+Green+Blue) = 112+202+121=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA79 is #8F3586. Grayscale: #A6A6A6. Windows color (decimal): -9385351 or 7981680. OLE color: 7981680.

HSL color Cylindrical-coordinate representation of color #70CA79: hue angle of 126º 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 #70CA79 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 121 -
CMYK 0.45 0 0.40 0.21
HSL 126º 0.46% 0.62% -
HSV(B) 126º 0.45% 0.79% -
XYZ 31.25 47.07 25.53 -
YUV 165.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 112 202 121 0.45 0 0.40 0.21 126 0.46 0.62
Hex 70 CA 79 2D 0 28 15 7E 2E 3E
Octal 160 312 171 55 0 50 25 176 56 76
Binary 1110000 11001010 1111001 101101 0 101000 10101 1111110 101110 111110

Color Harmonies of #70CA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA79

Black with #70CA79

Text Example


Text Example

White with #70CA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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