#78D573

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

Shades of Pastel Green #78D573

Tints of Pastel Green #78D573

Color information

#78D573 (or 0x78D573) is unknown color: approx Pastel Green. HEX triplet: 78, D5 and 73. RGB value is (120,213,115). Sum of RGB (Red+Green+Blue) = 120+213+115=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #78D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D573 is #872A8C. Grayscale: #AEAEAE. Windows color (decimal): -8858253 or 7591288. OLE color: 7591288.

HSL color Cylindrical-coordinate representation of color #78D573: hue angle of 116.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78D573 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB120213115-
CMYK0.4400.460.16
HSL116.94º53.85%64.31%-
HSV(B)116.94º46.01%83.53%-
XYZ34.6352.8224.59-
YUV174.0294.6989.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 213 (83.59% from 255) = 47.54%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=26.79%
G=47.54%
B=25.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202131150.4400.460.16116.9453.8564.31
Hex78D5732C02E10753640
Octal170325163540562016566100
Binary111100011010101111001110110001011101000011101011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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