#70CA76

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

Shades of Pastel Green #70CA76

Tints of Pastel Green #70CA76

Color information

#70CA76 (or 0x70CA76) is unknown color: approx Pastel Green. HEX triplet: 70, CA and 76. RGB value is (112,202,118). Sum of RGB (Red+Green+Blue) = 112+202+118=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA76 is #8F3589. Grayscale: #A5A5A5. Windows color (decimal): -9385354 or 7785072. OLE color: 7785072.

HSL color Cylindrical-coordinate representation of color #70CA76: hue angle of 124º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CA76 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB112202118-
CMYK0.4500.420.21
HSL124º45.92%61.57%-
HSV(B)124º44.55%79.22%-
XYZ31.0746.9924.57-
YUV165.51101.1889.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=25.93%
G=46.76%
B=27.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021180.4500.420.2112445.9261.57
Hex70CA762D02A157c2e3e
Octal16031216655052251745676
Binary11100001100101011101101011010101010101011111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,118); }

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

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

 a { background-color: rgb(112,202,118); }

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

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

 span { border-color: rgb(112,202,118); }

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