#78BF93

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

Shades of Padua #78BF93

Tints of Padua #78BF93

Color information

#78BF93 (or 0x78BF93) is unknown color: approx Padua. HEX triplet: 78, BF and 93. RGB value is (120,191,147). Sum of RGB (Red+Green+Blue) = 120+191+147=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BF93 is #87406C. Grayscale: #A4A4A4. Windows color (decimal): -8863853 or 9682808. OLE color: 9682808.

HSL color Cylindrical-coordinate representation of color #78BF93: hue angle of 142.82º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BF93 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB120191147-
CMYK0.3700.230.25
HSL142.82º35.68%60.98%-
HSV(B)142.82º37.17%74.9%-
XYZ31.6443.3634.31-
YUV164.76117.9896.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=26.20%
G=41.70%
B=32.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201911470.3700.230.25142.8235.6860.98
Hex78BF9325017198f243d
Octal17027722345027312174475
Binary111100010111111100100111001010101111100110001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,191,147); }

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

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

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

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

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

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

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