#70DA61

Color #70DA61 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #70DA61

Tints of Pastel Green #70DA61

Color information

#70DA61 (or 0x70DA61) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 61. RGB value is (112,218,97). Sum of RGB (Red+Green+Blue) = 112+218+97=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA61 is #8F259E. Grayscale: #ACACAC. Windows color (decimal): -9381279 or 6412912. OLE color: 6412912.

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

Color convert

RGB11221897-
CMYK0.4900.560.15
HSL112.56º62.05%61.76%-
HSV(B)112.56º55.5%85.49%-
XYZ33.9154.4520.03-
YUV172.5185.3884.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 218 (85.55% from 255) = 51.05%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=26.23%
G=51.05%
B=22.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112218970.4900.560.15112.5662.0561.76
Hex70DA6131038F713e3e
Octal16033214161070171617676
Binary1110000110110101100001110001011100011111110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DA61;
 }
 .AnyTagClassName
 {
   color: #70DA61;
 }
</style>
background-color css

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

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

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

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

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

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