#70F073

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

Shades of Pastel Green #70F073

Tints of Pastel Green #70F073

Color information

#70F073 (or 0x70F073) is unknown color: approx Pastel Green. HEX triplet: 70, F0 and 73. RGB value is (112,240,115). Sum of RGB (Red+Green+Blue) = 112+240+115=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #70F073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F073 is #8F0F8C. Grayscale: #BBBBBB. Windows color (decimal): -9375629 or 7598192. OLE color: 7598192.

HSL color Cylindrical-coordinate representation of color #70F073: hue angle of 121.41º degrees, saturation: 0.81, 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 #70F073 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB112240115-
CMYK0.5300.520.06
HSL121.41º81.01%69.02%-
HSV(B)121.41º53.33%94.12%-
XYZ40.946726.99-
YUV187.4887.0974.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=23.98%
G=51.39%
B=24.63%

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
Decimal1122401150.5300.520.06121.4181.0169.02
Hex70F073350346795145
Octal160360163650646171121105
Binary11100001111000011100111101010110100110111100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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