#84D88B

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

Shades of De York #84D88B

Tints of De York #84D88B

Color information

#84D88B (or 0x84D88B) is unknown color: approx De York. HEX triplet: 84, D8 and 8B. RGB value is (132,216,139). Sum of RGB (Red+Green+Blue) = 132+216+139=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #84D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D88B is #7B2774. Grayscale: #B6B6B6. Windows color (decimal): -8071029 or 9164932. OLE color: 9164932.

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

Color convert

RGB132216139-
CMYK0.3900.360.15
HSL125º51.85%68.24%-
HSV(B)125º38.89%84.71%-
XYZ38.7355.8833.17-
YUV182.11103.6792.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=27.10%
G=44.35%
B=28.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322161390.3900.360.1512551.8568.24
Hex84D88B27024F7d3444
Octal204330213470441717564104
Binary1000010011011000100010111001110100100111111111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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