#84D995

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

Shades of De York #84D995

Tints of De York #84D995

Color information

#84D995 (or 0x84D995) is unknown color: approx De York. HEX triplet: 84, D9 and 95. RGB value is (132,217,149). Sum of RGB (Red+Green+Blue) = 132+217+149=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #84D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D995 is #7B266A. Grayscale: #B8B8B8. Windows color (decimal): -8070763 or 9820548. OLE color: 9820548.

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

Color convert

RGB132217149-
CMYK0.3900.310.15
HSL132º52.8%68.43%-
HSV(B)132º39.17%85.1%-
XYZ39.7556.737.28-
YUV183.83108.3491.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.51%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=26.51%
G=43.57%
B=29.92%

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
Decimal1322171490.3900.310.1513252.868.43
Hex84D9952701FF843544
Octal204331225470371720465104
Binary1000010011011001100101011001110111111111100001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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