#84D88C

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

Shades of De York #84D88C

Tints of De York #84D88C

Color information

#84D88C (or 0x84D88C) is unknown color: approx De York. HEX triplet: 84, D8 and 8C. RGB value is (132,216,140). Sum of RGB (Red+Green+Blue) = 132+216+140=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #84D88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D88C is #7B2773. Grayscale: #B6B6B6. Windows color (decimal): -8071028 or 9230468. OLE color: 9230468.

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

Color convert

RGB132216140-
CMYK0.3900.350.15
HSL125.71º51.85%68.24%-
HSV(B)125.71º38.89%84.71%-
XYZ38.8155.9133.56-
YUV182.22104.1792.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=27.05%
G=44.26%
B=28.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322161400.3900.350.15125.7151.8568.24
Hex84D88C27023F7e3444
Octal204330214470431717664104
Binary1000010011011000100011001001110100011111111111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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