#70F482

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

Shades of Pastel Green #70F482

Tints of Pastel Green #70F482

Color information

#70F482 (or 0x70F482) is unknown color: approx Pastel Green. HEX triplet: 70, F4 and 82. RGB value is (112,244,130). Sum of RGB (Red+Green+Blue) = 112+244+130=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #70F482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F482 is #8F0B7D. Grayscale: #BFBFBF. Windows color (decimal): -9374590 or 8582256. OLE color: 8582256.

HSL color Cylindrical-coordinate representation of color #70F482: hue angle of 128.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F482 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB112244130-
CMYK0.5400.470.04
HSL128.18º85.71%69.8%-
HSV(B)128.18º54.1%95.69%-
XYZ43.0669.7632.31-
YUV191.5493.2771.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 244 (95.70% from 255) = 50.21%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=23.05%
G=50.21%
B=26.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122441300.5400.470.04128.1885.7169.8
Hex70F4823602F4805646
Octal160364202660574200126106
Binary1110000111101001000001011011001011111001000000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,244,130); }

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

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

 a { background-color: rgb(112,244,130); }

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

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

 span { border-color: rgb(112,244,130); }

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