Html Css Color HEX #70D966 Pastel Green

📋 copy color: '#70D966'

red 112 ◦ green 217 ◦ blue 102

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

Shades of Pastel Green #70D966

Tints of Pastel Green #70D966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.35%

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 25.99%
G = 50.35%
B = 23.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#70D966 (or 0x70D966) is known color: Pastel Green. HEX triplet: 70, D9 and 66. RGB value is (112,217,102). Sum of RGB (Red+Green+Blue) = 112+217+102=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #70D966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D966 is #8F2699. Grayscale: #ACACAC. Windows color (decimal): -9381530 or 6740336. OLE color: 6740336.

HSL color Cylindrical-coordinate representation of color #70D966: hue angle of 114.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D966 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 217 102 -
CMYK 0.48 0 0.53 0.15
HSL 114.78º 0.6% 0.63% -
HSV(B) 114.78º 0.53% 0.85% -
XYZ 33.89 54.03 21.21 -
YUV 172.5 88.21 84.85 -
System Red Green Blue C M Y K H S L
Decimal 112 217 102 0.48 0 0.53 0.15 114.78 0.6 0.63
Hex 70 D9 66 30 0 35 F 73 3C 3F
Octal 160 331 146 60 0 65 17 163 74 77
Binary 1110000 11011001 1100110 110000 0 110101 1111 1110011 111100 111111

Color Harmonies of #70D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D966

Black with #70D966

Text Example


Text Example

White with #70D966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,217,102); }

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

background-color css

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

 a { background-color: rgb(112,217,102); }

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

border-color css

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

 span { border-color: rgb(112,217,102); }

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