#84D98A

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

Shades of De York #84D98A

Tints of De York #84D98A

Color information

#84D98A (or 0x84D98A) is unknown color: approx De York. HEX triplet: 84, D9 and 8A. RGB value is (132,217,138). Sum of RGB (Red+Green+Blue) = 132+217+138=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #84D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D98A is #7B2675. Grayscale: #B6B6B6. Windows color (decimal): -8070774 or 9099652. OLE color: 9099652.

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

Color convert

RGB132217138-
CMYK0.3900.360.15
HSL124.24º52.8%68.43%-
HSV(B)124.24º39.17%85.1%-
XYZ38.9256.3732.87-
YUV182.58102.8491.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 217 (85.16% from 255) = 44.56%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=27.10%
G=44.56%
B=28.34%

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
Decimal1322171380.3900.360.15124.2452.868.43
Hex84D98A27024F7c3544
Octal204331212470441717465104
Binary1000010011011001100010101001110100100111111111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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