#78F073

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

Shades of Pastel Green #78F073

Tints of Pastel Green #78F073

Color information

#78F073 (or 0x78F073) is unknown color: approx Pastel Green. HEX triplet: 78, F0 and 73. RGB value is (120,240,115). Sum of RGB (Red+Green+Blue) = 120+240+115=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #78F073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78F073 is #870F8C. Grayscale: #BEBEBE. Windows color (decimal): -8851341 or 7598200. OLE color: 7598200.

HSL color Cylindrical-coordinate representation of color #78F073: hue angle of 117.6º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F073 is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB120240115-
CMYK0.500.520.06
HSL117.6º80.65%69.61%-
HSV(B)117.6º52.08%94.12%-
XYZ4267.5527.04-
YUV189.8785.7478.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=25.26%
G=50.53%
B=24.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202401150.500.520.06117.680.6569.61
Hex78F073320346765146
Octal170360163620646166121106
Binary11110001111000011100111100100110100110111011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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