#78F071

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

Shades of Pastel Green #78F071

Tints of Pastel Green #78F071

Color information

#78F071 (or 0x78F071) is unknown color: approx Pastel Green. HEX triplet: 78, F0 and 71. RGB value is (120,240,113). Sum of RGB (Red+Green+Blue) = 120+240+113=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #78F071 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78F071 is #870F8E. Grayscale: #BEBEBE. Windows color (decimal): -8851343 or 7467128. OLE color: 7467128.

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

Color convert

RGB120240113-
CMYK0.500.530.06
HSL116.69º80.89%69.22%-
HSV(B)116.69º52.92%94.12%-
XYZ41.8967.5126.45-
YUV189.6484.7478.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.37%
GREEN value IS 240 (94.14% from 255) = 50.74%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=25.37%
G=50.74%
B=23.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202401130.500.530.06116.6980.8969.22
Hex78F071320356755145
Octal170360161620656165121105
Binary11110001111000011100011100100110101110111010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78F071; }

 p { color: rgb(120,240,113); }

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

<style>
 a { background-color: #78F071; }

 a { background-color: rgb(120,240,113); }

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

<style>
 span { border-color: #78F071; }

 span { border-color: rgb(120,240,113); }

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