#70EF73

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

Shades of Pastel Green #70EF73

Tints of Pastel Green #70EF73

Color information

#70EF73 (or 0x70EF73) is unknown color: approx Pastel Green. HEX triplet: 70, EF and 73. RGB value is (112,239,115). Sum of RGB (Red+Green+Blue) = 112+239+115=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EF73 is #8F108C. Grayscale: #BBBBBB. Windows color (decimal): -9375885 or 7597936. OLE color: 7597936.

HSL color Cylindrical-coordinate representation of color #70EF73: hue angle of 121.42º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EF73 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB112239115-
CMYK0.5300.520.06
HSL121.42º79.87%68.82%-
HSV(B)121.42º53.14%93.73%-
XYZ40.6466.4226.9-
YUV186.8987.4274.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 239 (93.75% from 255) = 51.29%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=24.03%
G=51.29%
B=24.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122391150.5300.520.06121.4279.8768.82
Hex70EF73350346795045
Octal160357163650646171120105
Binary11100001110111111100111101010110100110111100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,239,115); }

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

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

 a { background-color: rgb(112,239,115); }

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

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

 span { border-color: rgb(112,239,115); }

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