#70F08F

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

Shades of Pastel Green #70F08F

Tints of Pastel Green #70F08F

Color information

#70F08F (or 0x70F08F) is unknown color: approx Pastel Green. HEX triplet: 70, F0 and 8F. RGB value is (112,240,143). Sum of RGB (Red+Green+Blue) = 112+240+143=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #70F08F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F08F is #8F0F70. Grayscale: #BEBEBE. Windows color (decimal): -9375601 or 9433200. OLE color: 9433200.

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

Color convert

RGB112240143-
CMYK0.5300.400.06
HSL134.53º81.01%69.02%-
HSV(B)134.53º53.33%94.12%-
XYZ42.867.7536.81-
YUV190.67101.0971.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.63%
GREEN value IS 240 (94.14% from 255) = 48.48%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=22.63%
G=48.48%
B=28.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122401430.5300.400.06134.5381.0169.02
Hex70F08F350286875145
Octal160360217650506207121105
Binary1110000111100001000111111010101010001101000011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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