#70cb7c

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

Shades of Pastel Green #70CB7C

Tints of Pastel Green #70CB7C

Color information

#70CB7C (or 0x70CB7C) is unknown color: approx Pastel Green. HEX triplet: 70, CB and 7C. RGB value is (112,203,124). Sum of RGB (Red+Green+Blue) = 112+203+124=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB7C is #8F3483. Grayscale: #A7A7A7. Windows color (decimal): -9385092 or 8178544. OLE color: 8178544.

HSL color Cylindrical-coordinate representation of color #70CB7C: hue angle of 127.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB7C is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB112203124-
CMYK0.4500.390.20
HSL127.91º46.67%61.76%-
HSV(B)127.91º44.83%79.61%-
XYZ31.6847.6126.59-
YUV166.78103.8588.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 203 (79.69% from 255) = 46.24%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=25.51%
G=46.24%
B=28.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031240.4500.390.20127.9146.6761.76
Hex70CB7C2D02714802f3e
Octal16031317455047242005776
Binary111000011001011111110010110101001111010010000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70cb7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,124); }

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

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

 a { background-color: rgb(112,203,124); }

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

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

 span { border-color: rgb(112,203,124); }

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