#84DA95

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

Shades of De York #84DA95

Tints of De York #84DA95

Color information

#84DA95 (or 0x84DA95) is unknown color: approx De York. HEX triplet: 84, DA and 95. RGB value is (132,218,149). Sum of RGB (Red+Green+Blue) = 132+218+149=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA95 is #7B256A. Grayscale: #B8B8B8. Windows color (decimal): -8070507 or 9820804. OLE color: 9820804.

HSL color Cylindrical-coordinate representation of color #84DA95: hue angle of 131.86º 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 #84DA95 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB132218149-
CMYK0.3900.320.15
HSL131.86º53.75%68.63%-
HSV(B)131.86º39.45%85.49%-
XYZ40.0157.2237.37-
YUV184.42108.0190.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.45%
GREEN value IS 218 (85.55% from 255) = 43.69%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=26.45%
G=43.69%
B=29.86%

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
Decimal1322181490.3900.320.15131.8653.7568.63
Hex84DA9527020F843645
Octal204332225470401720466105
Binary10000100110110101001010110011101000001111100001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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