#78D273

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

Shades of Pastel Green #78D273

Tints of Pastel Green #78D273

Color information

#78D273 (or 0x78D273) is unknown color: approx Pastel Green. HEX triplet: 78, D2 and 73. RGB value is (120,210,115). Sum of RGB (Red+Green+Blue) = 120+210+115=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #78D273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D273 is #872D8C. Grayscale: #ACACAC. Windows color (decimal): -8859021 or 7590520. OLE color: 7590520.

HSL color Cylindrical-coordinate representation of color #78D273: hue angle of 116.84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D273 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB120210115-
CMYK0.4300.450.18
HSL116.84º51.35%63.73%-
HSV(B)116.84º45.24%82.35%-
XYZ33.8951.3224.34-
YUV172.2695.6890.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 210 (82.42% from 255) = 47.19%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=26.97%
G=47.19%
B=25.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202101150.4300.450.18116.8451.3563.73
Hex78D2732B02D12753340
Octal170322163530552216563100
Binary111100011010010111001110101101011011001011101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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