#84D894

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

Shades of De York #84D894

Tints of De York #84D894

Color information

#84D894 (or 0x84D894) is unknown color: approx De York. HEX triplet: 84, D8 and 94. RGB value is (132,216,148). Sum of RGB (Red+Green+Blue) = 132+216+148=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #84D894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D894 is #7B276B. Grayscale: #B7B7B7. Windows color (decimal): -8071020 or 9754756. OLE color: 9754756.

HSL color Cylindrical-coordinate representation of color #84D894: hue angle of 131.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D894 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB132216148-
CMYK0.3900.310.15
HSL131.43º51.85%68.24%-
HSV(B)131.43º38.89%84.71%-
XYZ39.4256.1636.78-
YUV183.13108.1791.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 216 (84.77% from 255) = 43.55%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=26.61%
G=43.55%
B=29.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322161480.3900.310.15131.4351.8568.24
Hex84D8942701FF833444
Octal204330224470371720364104
Binary1000010011011000100101001001110111111111100000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84D894; }

 p { color: rgb(132,216,148); }

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

<style>
 a { background-color: #84D894; }

 a { background-color: rgb(132,216,148); }

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

<style>
 span { border-color: #84D894; }

 span { border-color: rgb(132,216,148); }

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