#84DA94

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

Shades of De York #84DA94

Tints of De York #84DA94

Color information

#84DA94 (or 0x84DA94) is unknown color: approx De York. HEX triplet: 84, DA and 94. RGB value is (132,218,148). Sum of RGB (Red+Green+Blue) = 132+218+148=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA94 is #7B256B. Grayscale: #B8B8B8. Windows color (decimal): -8070508 or 9755268. OLE color: 9755268.

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

Color convert

RGB132218148-
CMYK0.3900.320.15
HSL131.16º53.75%68.63%-
HSV(B)131.16º39.45%85.49%-
XYZ39.9357.1936.95-
YUV184.31107.5190.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.51%
GREEN value IS 218 (85.55% from 255) = 43.78%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=26.51%
G=43.78%
B=29.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181480.3900.320.15131.1653.7568.63
Hex84DA9427020F833645
Octal204332224470401720366105
Binary10000100110110101001010010011101000001111100000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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