#78BF7E

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

Shades of De York #78BF7E

Tints of De York #78BF7E

Color information

#78BF7E (or 0x78BF7E) is unknown color: approx De York. HEX triplet: 78, BF and 7E. RGB value is (120,191,126). Sum of RGB (Red+Green+Blue) = 120+191+126=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF7E is #874081. Grayscale: #A2A2A2. Windows color (decimal): -8863874 or 8306552. OLE color: 8306552.

HSL color Cylindrical-coordinate representation of color #78BF7E: hue angle of 125.07º 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 #78BF7E is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB120191126-
CMYK0.3700.340.25
HSL125.07º35.68%60.98%-
HSV(B)125.07º37.17%74.9%-
XYZ30.1442.7626.4-
YUV162.36107.4897.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 191 (75% from 255) = 43.71%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=27.46%
G=43.71%
B=28.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201911260.3700.340.25125.0735.6860.98
Hex78BF7E25022197d243d
Octal17027717645042311754475
Binary11110001011111111111101001010100010110011111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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