#84D893

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

Shades of De York #84D893

Tints of De York #84D893

Color information

#84D893 (or 0x84D893) is unknown color: approx De York. HEX triplet: 84, D8 and 93. RGB value is (132,216,147). Sum of RGB (Red+Green+Blue) = 132+216+147=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #84D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D893 is #7B276C. Grayscale: #B7B7B7. Windows color (decimal): -8071021 or 9689220. OLE color: 9689220.

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

Color convert

RGB132216147-
CMYK0.3900.320.15
HSL130.71º51.85%68.24%-
HSV(B)130.71º38.89%84.71%-
XYZ39.3456.1236.36-
YUV183.02107.6791.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=26.67%
G=43.64%
B=29.70%

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
Decimal1322161470.3900.320.15130.7151.8568.24
Hex84D89327020F833444
Octal204330223470401720364104
Binary10000100110110001001001110011101000001111100000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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