Html Css Color HEX #70D866 Pastel Green

📋 copy color: '#70D866'

red 112 ◦ green 216 ◦ blue 102

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

Shades of Pastel Green #70D866

Tints of Pastel Green #70D866

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.23%

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

R = 26.05%
G = 50.23%
B = 23.72%

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

#70D866 (or 0x70D866) is known color: Pastel Green. HEX triplet: 70, D8 and 66. RGB value is (112,216,102). Sum of RGB (Red+Green+Blue) = 112+216+102=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #70D866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D866 is #8F2799. Grayscale: #ACACAC. Windows color (decimal): -9381786 or 6740080. OLE color: 6740080.

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

Color convert

RGB 112 216 102 -
CMYK 0.48 0 0.53 0.15
HSL 114.74º 0.59% 0.62% -
HSV(B) 114.74º 0.53% 0.85% -
XYZ 33.64 53.52 21.13 -
YUV 171.91 88.54 85.27 -
System Red Green Blue C M Y K H S L
Decimal 112 216 102 0.48 0 0.53 0.15 114.74 0.59 0.62
Hex 70 D8 66 30 0 35 F 73 3B 3E
Octal 160 330 146 60 0 65 17 163 73 76
Binary 1110000 11011000 1100110 110000 0 110101 1111 1110011 111011 111110

Color Harmonies of #70D866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D866

Black with #70D866

Text Example


Text Example

White with #70D866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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