#78BF84

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

Shades of De York #78BF84

Tints of De York #78BF84

Color information

#78BF84 (or 0x78BF84) is unknown color: approx De York. HEX triplet: 78, BF and 84. RGB value is (120,191,132). Sum of RGB (Red+Green+Blue) = 120+191+132=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BF84 is #87407B. Grayscale: #A3A3A3. Windows color (decimal): -8863868 or 8699768. OLE color: 8699768.

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

Color convert

RGB120191132-
CMYK0.3700.310.25
HSL130.14º35.68%60.98%-
HSV(B)130.14º37.17%74.9%-
XYZ30.5442.9228.5-
YUV163.04110.4897.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=27.09%
G=43.12%
B=29.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201911320.3700.310.25130.1435.6860.98
Hex78BF842501F1982243d
Octal17027720445037312024475
Binary111100010111111100001001001010111111100110000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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