Html Css Color HEX #70DA77 Pastel Green

📋 copy color: '#70DA77'

red 112 ◦ green 218 ◦ blue 119

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

Shades of Pastel Green #70DA77

Tints of Pastel Green #70DA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 24.94%
G = 48.55%
B = 26.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#70DA77 (or 0x70DA77) is known color: Pastel Green. HEX triplet: 70, DA and 77. RGB value is (112,218,119). Sum of RGB (Red+Green+Blue) = 112+218+119=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA77 is #8F2588. Grayscale: #AFAFAF. Windows color (decimal): -9381257 or 7854704. OLE color: 7854704.

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

Color convert

RGB 112 218 119 -
CMYK 0.49 0 0.45 0.15
HSL 123.96º 0.59% 0.65% -
HSV(B) 123.96º 0.49% 0.85% -
XYZ 35.08 54.92 26.2 -
YUV 175.02 96.38 83.05 -
System Red Green Blue C M Y K H S L
Decimal 112 218 119 0.49 0 0.45 0.15 123.96 0.59 0.65
Hex 70 DA 77 31 0 2D F 7C 3B 41
Octal 160 332 167 61 0 55 17 174 73 101
Binary 1110000 11011010 1110111 110001 0 101101 1111 1111100 111011 1000001

Color Harmonies of #70DA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA77

Black with #70DA77

Text Example


Text Example

White with #70DA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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