#78D07B

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

Shades of Pastel Green #78D07B

Tints of Pastel Green #78D07B

Color information

#78D07B (or 0x78D07B) is unknown color: approx Pastel Green. HEX triplet: 78, D0 and 7B. RGB value is (120,208,123). Sum of RGB (Red+Green+Blue) = 120+208+123=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #78D07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D07B is #872F84. Grayscale: #ACACAC. Windows color (decimal): -8859525 or 8114296. OLE color: 8114296.

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

Color convert

RGB120208123-
CMYK0.4200.410.18
HSL122.05º48.35%64.31%-
HSV(B)122.05º42.31%81.57%-
XYZ33.8850.5326.71-
YUV172100.3590.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=26.61%
G=46.12%
B=27.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081230.4200.410.18122.0548.3564.31
Hex78D07B2A029127a3040
Octal170320173520512217260100
Binary111100011010000111101110101001010011001011110101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,208,123); }

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

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

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

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

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

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

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