#84D88A

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

Shades of De York #84D88A

Tints of De York #84D88A

Color information

#84D88A (or 0x84D88A) is unknown color: approx De York. HEX triplet: 84, D8 and 8A. RGB value is (132,216,138). Sum of RGB (Red+Green+Blue) = 132+216+138=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #84D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D88A is #7B2775. Grayscale: #B6B6B6. Windows color (decimal): -8071030 or 9099396. OLE color: 9099396.

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

Color convert

RGB132216138-
CMYK0.3900.360.15
HSL124.29º51.85%68.24%-
HSV(B)124.29º38.89%84.71%-
XYZ38.6655.8532.79-
YUV181.99103.1792.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 216 (84.77% from 255) = 44.44%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=27.16%
G=44.44%
B=28.40%

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
Decimal1322161380.3900.360.15124.2951.8568.24
Hex84D88A27024F7c3444
Octal204330212470441717464104
Binary1000010011011000100010101001110100100111111111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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