#70EE76

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

Shades of Pastel Green #70EE76

Tints of Pastel Green #70EE76

Color information

#70EE76 (or 0x70EE76) is unknown color: approx Pastel Green. HEX triplet: 70, EE and 76. RGB value is (112,238,118). Sum of RGB (Red+Green+Blue) = 112+238+118=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE76 is #8F1189. Grayscale: #BABABA. Windows color (decimal): -9376138 or 7794288. OLE color: 7794288.

HSL color Cylindrical-coordinate representation of color #70EE76: hue angle of 122.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE76 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB112238118-
CMYK0.5300.500.07
HSL122.86º78.75%68.63%-
HSV(B)122.86º52.94%93.33%-
XYZ40.5365.927.72-
YUV186.6589.2674.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.93%
GREEN value IS 238 (93.36% from 255) = 50.85%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=23.93%
G=50.85%
B=25.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122381180.5300.500.07122.8678.7568.63
Hex70EE763503277b4f45
Octal160356166650627173117105
Binary11100001110111011101101101010110010111111101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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