#84D985

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

Shades of De York #84D985

Tints of De York #84D985

Color information

#84D985 (or 0x84D985) is unknown color: approx De York. HEX triplet: 84, D9 and 85. RGB value is (132,217,133). Sum of RGB (Red+Green+Blue) = 132+217+133=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #84D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D985 is #7B267A. Grayscale: #B6B6B6. Windows color (decimal): -8070779 or 8771972. OLE color: 8771972.

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

Color convert

RGB132217133-
CMYK0.3900.390.15
HSL120.71º52.8%68.43%-
HSV(B)120.71º39.17%85.1%-
XYZ38.5656.2231.01-
YUV182.01100.3492.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=27.39%
G=45.02%
B=27.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322171330.3900.390.15120.7152.868.43
Hex84D98527027F793544
Octal204331205470471717165104
Binary1000010011011001100001011001110100111111111110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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