Html Css Color HEX #70DA7C Pastel Green

📋 copy color: '#70DA7C'

red 112 ◦ green 218 ◦ blue 124

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

Shades of Pastel Green #70DA7C

Tints of Pastel Green #70DA7C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 24.67%
G = 48.02%
B = 27.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#70DA7C (or 0x70DA7C) is known color: Pastel Green. HEX triplet: 70, DA and 7C. RGB value is (112,218,124). Sum of RGB (Red+Green+Blue) = 112+218+124=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA7C is #8F2583. Grayscale: #AFAFAF. Windows color (decimal): -9381252 or 8182384. OLE color: 8182384.

HSL color Cylindrical-coordinate representation of color #70DA7C: hue angle of 126.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA7C is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 124 -
CMYK 0.49 0 0.43 0.15
HSL 126.79º 0.59% 0.65% -
HSV(B) 126.79º 0.49% 0.85% -
XYZ 35.39 55.04 27.83 -
YUV 175.59 98.88 82.64 -
System Red Green Blue C M Y K H S L
Decimal 112 218 124 0.49 0 0.43 0.15 126.79 0.59 0.65
Hex 70 DA 7C 31 0 2B F 7F 3B 41
Octal 160 332 174 61 0 53 17 177 73 101
Binary 1110000 11011010 1111100 110001 0 101011 1111 1111111 111011 1000001

Color Harmonies of #70DA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA7C

Black with #70DA7C

Text Example


Text Example

White with #70DA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,218,124); }

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

background-color css

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

 a { background-color: rgb(112,218,124); }

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

border-color css

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

 span { border-color: rgb(112,218,124); }

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