#70DB74

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

Shades of Pastel Green #70DB74

Tints of Pastel Green #70DB74

Color information

#70DB74 (or 0x70DB74) is unknown color: approx Pastel Green. HEX triplet: 70, DB and 74. RGB value is (112,219,116). Sum of RGB (Red+Green+Blue) = 112+219+116=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB74 is #8F248B. Grayscale: #AFAFAF. Windows color (decimal): -9381004 or 7658352. OLE color: 7658352.

HSL color Cylindrical-coordinate representation of color #70DB74: hue angle of 122.24º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB74 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB112219116-
CMYK0.4900.470.14
HSL122.24º59.78%64.9%-
HSV(B)122.24º48.86%85.88%-
XYZ35.1755.3725.36-
YUV175.2694.5582.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 219 (85.94% from 255) = 48.99%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=25.06%
G=48.99%
B=25.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191160.4900.470.14122.2459.7864.9
Hex70DB743102FE7a3c41
Octal160333164610571617274101
Binary11100001101101111101001100010101111111011110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,219,116); }

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

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

 a { background-color: rgb(112,219,116); }

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

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

 span { border-color: rgb(112,219,116); }

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