#78D278

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

Shades of Pastel Green #78D278

Tints of Pastel Green #78D278

Color information

#78D278 (or 0x78D278) is unknown color: approx Pastel Green. HEX triplet: 78, D2 and 78. RGB value is (120,210,120). Sum of RGB (Red+Green+Blue) = 120+210+120=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #78D278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D278 is #872D87. Grayscale: #ADADAD. Windows color (decimal): -8859016 or 7918200. OLE color: 7918200.

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

Color convert

RGB120210120-
CMYK0.4300.430.18
HSL120º50%64.71%-
HSV(B)120º42.86%82.35%-
XYZ34.1851.4425.9-
YUV172.8398.1890.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 210 (82.42% from 255) = 46.67%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=26.67%
G=46.67%
B=26.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202101200.4300.430.181205064.71
Hex78D2782B02B12783241
Octal170322170530532217062101
Binary111100011010010111100010101101010111001011110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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