Html Css Color HEX #70D762 Pastel Green

📋 copy color: '#70D762'

red 112 ◦ green 215 ◦ blue 98

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

Shades of Pastel Green #70D762

Tints of Pastel Green #70D762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.59%

 BLUE value IS 98 (38.67% from 255) = 23.06%

R = 26.35%
G = 50.59%
B = 23.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#70D762 (or 0x70D762) is known color: Pastel Green. HEX triplet: 70, D7 and 62. RGB value is (112,215,98). Sum of RGB (Red+Green+Blue) = 112+215+98=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #70D762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D762 is #8F289D. Grayscale: #ABABAB. Windows color (decimal): -9382046 or 6477680. OLE color: 6477680.

HSL color Cylindrical-coordinate representation of color #70D762: hue angle of 112.82º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70D762 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 98 -
CMYK 0.48 0 0.54 0.16
HSL 112.82º 0.59% 0.61% -
HSV(B) 112.82º 0.54% 0.84% -
XYZ 33.19 52.93 20.02 -
YUV 170.87 86.88 86.01 -
System Red Green Blue C M Y K H S L
Decimal 112 215 98 0.48 0 0.54 0.16 112.82 0.59 0.61
Hex 70 D7 62 30 0 36 10 71 3B 3D
Octal 160 327 142 60 0 66 20 161 73 75
Binary 1110000 11010111 1100010 110000 0 110110 10000 1110001 111011 111101

Color Harmonies of #70D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D762

Black with #70D762

Text Example


Text Example

White with #70D762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,98); }

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

background-color css

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

 a { background-color: rgb(112,215,98); }

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

border-color css

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

 span { border-color: rgb(112,215,98); }

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