#70d777

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

Shades of Pastel Green #70D777

Tints of Pastel Green #70D777

Color information

#70D777 (or 0x70D777) is unknown color: approx Pastel Green. HEX triplet: 70, D7 and 77. RGB value is (112,215,119). Sum of RGB (Red+Green+Blue) = 112+215+119=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #70D777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D777 is #8F2888. Grayscale: #ADADAD. Windows color (decimal): -9382025 or 7853936. OLE color: 7853936.

HSL color Cylindrical-coordinate representation of color #70D777: hue angle of 124.08º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D777 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB112215119-
CMYK0.4800.450.16
HSL124.08º56.28%64.12%-
HSV(B)124.08º47.91%84.31%-
XYZ34.3153.3825.95-
YUV173.2697.3884.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 215 (84.38% from 255) = 48.21%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=25.11%
G=48.21%
B=26.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122151190.4800.450.16124.0856.2864.12
Hex70D7773002D107c3840
Octal160327167600552017470100
Binary111000011010111111011111000001011011000011111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70d777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,215,119); }

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

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

 a { background-color: rgb(112,215,119); }

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

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

 span { border-color: rgb(112,215,119); }

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